How to Debug Web-App in NetBeans IDE
Hi,
i have to debug my Webprojekt, but i don't get the debugger to run.
I tried the following:
- Create a breakpoint in my jsp file
- Click on Debug Main Projekt / Click on Debug file / Click on Debug Projekt
But nothing happens. Tomcat starts, my browser starts, the page is displayed.
Could you please help me?
I tested JSP debugging on Netbeans 5.5 and it worked for me perfectly for both JSP scriptlet and a normal html line so it should also work with 5.5.1 ideally (i m an eclipse fan and just open Netbeans for this question :)
I think the issue is with some configuration of Netbeans, so if possible reinstall NB(after uninstalling it first completely) (I was unable to find anything helpful in Tools->Options->Advanced Options)
If possible, also provide the code specifying the line you want to debug.
null