Can't get JRun JSP debugging to work

I'm using JRun 4 (SP1) with java 1.4.1 and I can't get get IDEA to
recognize a breakpoint within a JSP page. The web app stuff seems ok
(JSP page validates in IDEA). Breakpoints set in java classes called
from the JSP work fine. I have the debugger setting set to "JRun Server
Integration".

Any ideas? Is there something I need to configure in JRun?

-Charlie Evett

0
1 comment
Avatar
Permanently deleted user

JRun Integration is included by mistake in the build - it is just
experimental code.
However, you can now implement the new API to make the debugger JRun-aware.
I understand, this is not the option for the end user :), but then the
answer is: "JRun integration is not available yet".

--

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

"Charlie Evett" <evett@marketsoft.com> wrote in message
news:3DA1DB7B.90705@marketsoft.com...

I'm using JRun 4 (SP1) with java 1.4.1 and I can't get get IDEA to
recognize a breakpoint within a JSP page. The web app stuff seems ok
(JSP page validates in IDEA). Breakpoints set in java classes called
from the JSP work fine. I have the debugger setting set to "JRun Server
Integration".

>

Any ideas? Is there something I need to configure in JRun?

>

-Charlie Evett

>


0

Please sign in to leave a comment.