[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
By the way, I used this - http://forums.sun.com/thread.jspa?threadID=508454tstart=30 on my second method of establishing a debugging environment. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4168864#4168864 Reply to the post :

[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
This is weird, I set a breakpoint on line 55 on index_jsp.java, and the VM suspends pointing at line 55 of index.jsp instead of index_jsp. Is there a way to instruct embedded tomcat on Jboss not to point at original JSP file but rather on the translated jsp (index_jsp.java)? View the original

[jboss-user] [Beginners Corner] - Re: Can't suspend a breakpoint while debugging

2008-08-05 Thread anthon.r
This is laughable, beck when I was using Resin as my web app server, I struggled working on how to debug on original JSP source file. Now that I'm using Jboss I came to a situation that I need the other way around. Debugging on original JSP file is not a problem but working on how to debug on