Idea and WebLogic

Hello !

Is there any tutorial describing how debug EJB components deployed on
WebLogiv 6.1 from inside Idea ?

best wishes

Robert


0
Avatar
Permanently deleted user

Robert Sobczyk wrote:

Hello !

Is there any tutorial describing how debug EJB components deployed on
WebLogiv 6.1 from inside Idea ?

best wishes

Robert

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

0

请先登录再写评论。