Idea and WebLogic Permanently deleted user Created November 27, 2002 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