Re: Please help to debug jsp sources using netbeans 8.2

2019-07-16 Thread Mark Eggers
What happens when you just try Ctrl-F5 (Debug project)? I just did this for a simple JSP page. Environment: Windows 10 Professional JDK 1.8.0_202 NetBeans 8.2 Tomcat 7.0.94 Windows 10 Professional OpenJDK 11.0.3 NetBeans 11 Tomcat 7.0.94 In both instances, I hit the break point and was able t

Re: Please help to debug jsp sources using netbeans 8.2

2019-07-16 Thread Geertjan Wielenga
Thanks and welcome to the mailing list. :-) Can you upgrade to Apache NetBeans (netbeans.apache.org) and also provide the JSP that is failing to be debugged (or a simpler version of it that reproduces the problem)? Thanks, Gj On Wed, Jul 17, 2019 at 12:23 AM Jose Luis Nebril < joseluis.neb...@s

Please help to debug jsp sources using netbeans 8.2

2019-07-16 Thread Jose Luis Nebril
Hello I am try to debug jsp files from netbeans 8.2 using tomcat 8.0.27.0 I have configure Share Memory name "tomcat_shared_memory_id" and VM param "-Xdebug" but when I put a breakpoint on jsp source the server not stop. Only works to .java files Could anybody help me? JL firmaJos