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 6862 - Missing breakpoint in debugger window
Summary: Missing breakpoint in debugger window
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 minor (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on: 5390
Blocks:
  Show dependency tree
 
Reported: 2000-06-21 13:39 UTC by Jan Stola
Modified: 2003-06-30 17:30 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Stola 2000-06-21 13:39:10 UTC
1. Add some breakpoint.
2. Change its _enabled_ property to false (this will hide the breakpoint in the
editor).
3. Add new breakpoint on the same place as the previous one.
You will see one breakpoint in the Debugger window with _enabled_ property set
to false, but you will see breakpoint in the editor, too.
4. Delete the breakpoint in the Debugger window.
There will not be any breakpoint in the Debugger window, but there will be one
in the editor.
5. Try to debug your class. You will see that the breakpoint in the editor is
active (the debugger will stop on it).
Comment 1 Jan Stola 2000-07-27 17:32:59 UTC
Bug assigned to the module owner.
Comment 2 Jan Stola 2000-11-03 16:47:59 UTC
The situation has changed but it is quite similar by now (build 1137).

1. Create (toggle) breakpoint on some line.
2. Set its enabled property to false.
3. Create (toggle) new breakpoint on the same line.
4. Enable the first breakpoint.
5. Toggle breakpoint on the same line.
6. Only one breakpoint will be deleted. So, there will
   be one non-highlighted line breakpoint on the line.
Comment 3 Jan Stola 2000-11-03 17:30:59 UTC
*** Bug 7721 has been marked as a duplicate of this bug. ***
Comment 4 Jan Jancura 2001-02-21 13:30:55 UTC
-
Comment 5 Jan Jancura 2001-04-04 13:55:46 UTC
Needs changes of UI in Editor => Dev
Comment 6 Jan Jancura 2001-04-20 09:32:27 UTC
Fixed together with bug 5390.
Fixed in Dev.
Not fixed in NB32, NB31.
Comment 7 Jan Stola 2001-04-26 15:48:20 UTC
I am still able to reproduce this bug in Netbeans build 175.
Comment 8 Jan Chalupa 2001-05-05 21:19:40 UTC
Target milestone -> 3.3
Comment 9 Daniel Prusa 2001-06-04 09:49:02 UTC
Fixed in main trunk thanks to fixes of 5390 and 12476.
Comment 10 Jan Stola 2001-06-07 11:15:55 UTC
Verified in Netbeans build 205.
Comment 11 Quality Engineering 2003-06-30 17:30:32 UTC
Resolved for 3.3.x or earlier, no new info since then -> closing.