This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 6736

Summary: When you set line breakpoint via New Breakpoint... popup menu item in Debugger breakpoint, this breakpoint is not shown in editor window.
Product: debugger Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: CodeAssignee: Antonin Nebuzelsky <anebuzelsky>
Status: CLOSED FIXED    
Severity: normal    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Antonin Nebuzelsky 2000-05-22 23:16:37 UTC
To reproduce:

1) Start editing Memory View application.
2) Open editor window with Memory View while debugging is going on.
3) Choose Breakpoints tab in Debugger Window.
4) Click on the Breakpoints node with the right mouse button and select New Breakpoint... from the popup menu.
5) Enter examples.advanced.MemoryView as Class name parameter and 104 as Line number parameter.
6) Click OK.


The new breakpoint appears in Breakpoints list in Debugger window but the line is not highlighted in the text editor.

If you now press Ctrl+F8 on the line in the text editor, the line is highlighted and the breakpoint still exists. If you press Ctrl+F8 again, breakpoint seems to disappear but the application still st
ops on it (in JPDA debugger, in the old debugger the breakpoint is really deleted).
Comment 1 Marek Grummich 2000-07-25 09:33:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-02 17:17:55 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.