Idea and WebLogic Permanently deleted user 创建于 2002年11月27日 15:21 Hello !Is there any tutorial describing how debug EJB components deployed onWebLogiv 6.1 from inside Idea ?best wishesRobert
Robert Sobczyk wrote:
just start weblogic using java's option for the jpda debugger,
and attach to it using idea remote debugging.
the java -X options to start the java process are also conveniently
shown in idea's remote debug dialog.
Edo