Debugging JSPs with Orion
Hi,
does anyone know if it´s possible to debug JSP files with orion server, version 2.02 or above?
I´m using IDEA 4.5.3 (2250) and Orion Plugin version 2.08.
Maybe using the JSR45 COmpatible server configuration?
Thanks.
请先登录再写评论。
In article <10354148.1104334402879.JavaMail.itn@is.intellij.net>,
Macho Matamoscas <no_mail@jetbrains.com> wrote:
I think Hani wrote a plugin for idea 4.5.3 for Orion. Try that.
R
I´ve tried it, but with no luck at JSP debugging.
Maybe I don´t know how to configure the settings for the plugin.
Anybody has done JSP debugging with Orion before? If so, please, explain how.
Thanks
In article <8020324.1104336733908.JavaMail.itn@is.intellij.net>,
Macho Matamoscas <no_mail@jetbrains.com> wrote:
Well the issue might not be the plugin, I am experiencing issues with
jsp debuggin in Tocat, where setting a breakpoint in a jsp just leaves
the breakpoint red with no mark whatsoever meaning the IDE is not sure
of the matching line. So it might not be the Orion plugin, it must just
be idea goofing up.
R
When I insert a breakpoint in the JSP, thre red point has a cross in it, and a tooltip appears stating:
"Breakpoint is invalid: Breakpoint does not belong to any class".
I guess it´s unable to relate the compiled JSP file with the original JSP file?
Am I right?
In article <31536484.1104337995155.JavaMail.itn@is.intellij.net>,
Macho Matamoscas <no_mail@jetbrains.com> wrote:
No that mean there is simply nothing to debug at that location. Try a
different location in your jsp, not all lines will have a cross in it.
R
In fact, everywhere in all of the JSPs I set a breakpoint, the cross aperars in the breakpoint.
I have debugged before with Tomcat 4 and everything worked fine. Now I´m biased with this.
In article <22191160.1104338901448.JavaMail.itn@is.intellij.net>,
Macho Matamoscas <no_mail@jetbrains.com> wrote:
Hum that does seem like a different problem. Sorry I'm stuck there,
can't suggest anything else. :\
R
Unfortunately orion 2.x doesn't support JSR45, so no jsp debugging there. The next major version (3.0) will hopefully have support for that and the orion plugin will be updated accordingly.