J2EE debugging

0
Avatar
Permanently deleted user


For JSP debugging I generally use the remote debugger and attach to the
process. The same thing should work with EJB's.


--
Glen Stampoultzis (TriNexus Pty Ltd)
Fixed:61 3 9753-6850 Mob:61 (0)402 835 458
ICQ: 62722370 EMail: glens@apache.org

"Pavel Bernshtam" <pavelb@mutek.com> wrote in message
news:acqmvv$7kg$1@is.intellij.net...

Hi!
Do Araidna has possibility for EJB/JSP/servlets debugging? How it works?

>

Thank you!

>
>


0
Avatar
Permanently deleted user

Currently JSP, servlets and EJBs are debugged by attaching with IDEA's
remote debugger to already running app server. The server must be started
with the JVM parameters allowing the debugger to attach to it (these are
mentioned in the "Remote" run configuration).
The feature to debug JSPs at the source level will be available soon.

--

Best regards,
Eugene Zhuravlev
JetBrains, Inc / IntelliJ Software, http://www.intellij.com
"Develop with pleasure!"



"Pavel Bernshtam" <pavelb@mutek.com> wrote in message
news:acqmvv$7kg$1@is.intellij.net...

Hi!
Do Araidna has possibility for EJB/JSP/servlets debugging? How it works?

>

Thank you!

>
>


1

请先登录再写评论。