PDA

View Full Version : netbeans breakpoints


BubikolRamios
10-02-2008, 12:03 AM
from time to time breakpoints does not work

one recipie is to delete file:
C:\Documents and Settings\...\.netbeans\6.0beta1\config\Services\
org-netbeans-modules-debugger-Settings.properties

and restart netbeans

currently , the upper does not help, does not want to stop in a jsp.

Any tip ?

BubikolRamios
10-11-2008, 11:01 PM
ok figured it out. After startup i have optional compression of jsp so the whole source ends up in one line, hence the problem with breakpoints, i.e in editor looks normal but actualy running one line source until at least one line of code added/saved.

Anyway sometimes breakpoints does not work in classes, then the recipie in first post might help.