Netbeans 5.5 debugger current line pointer not displayed
richard s <[email protected]>
| Newsgroups | gmane.comp.java.netbeans.user-interface |
|---|---|
| Message-ID | <[email protected]> |
Netbeans users, I have upgraded to Netbeans 5.5 and have a problem with the debugger. I have used the update center to update to the latest debugger core. When debugging a Java application (Run / Debug Main Project) with a breakpoint set, the Debugger Console window shows "Breakpoint hit at line 33 in class ...", but the editor pane does not show a green pinter arrow on the current line of execution, nor does it highlight the current line of execution in green. Pressing F8 (step over) actually steps into (instead of ever) the first line of code, and things get ugly. The Debugger Console window shows Breakpoint hit at line 41 in class .... (although there is no breakpoint on that line of code) Thread main stopped at FileReader.java:41. Can anyone give me any suggestions? -Richard -- View this message in context: http://www.nabble.com/Netbeans-5.5-debugger-current-line-pointer-not-displayed-tf3716447.html#a10396631 Sent from the Netbeans - UI mailing list archive at Nabble.com.