coder247
coder247

Reputation: 2943

debugging in netbeans not working

I've a java project configured in netbeans 7.0.1 with tomcat 6.0. When I try to debug it , the project starts but i'm not able to connect to tomcat. The browser shows the busy icon and there is no errors in tomcat console. When I click on the stop debug button it gives the login page immediately. In short debugging is not working.

Upvotes: 4

Views: 10953

Answers (2)

Vicente Romero
Vicente Romero

Reputation: 1460

Clearing the NB's cache could help fixing this issue too.

Upvotes: 0

Bobby
Bobby

Reputation: 18315

I have run into this before navigate to the Window > Debugging > Breakpoints and remove all breakpoints there is probably a hidden one that is preventing the login page from showing up. enter image description here

Upvotes: 7

Related Questions