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 4291 - Cancel in AddBreakpoint Window deletes breakpoint.
Summary: Cancel in AddBreakpoint Window deletes breakpoint.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P1 major (vote)
Assignee: Daniel Prusa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-10-06 22:14 UTC by Daniel Prusa
Modified: 2003-07-02 16:03 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 Daniel Prusa 1999-10-06 22:14:06 UTC
Let C1 be a class and N number of line in C1.java where breakpoint could be setted.

Go into DebuggerWindow/Breakpoints, add new breakpoint - invoke AddBreakpoint Window, set breakpoint on line N in class C1 (Breakpoint Type = Line). Close window by OK. Breakpoint appears in DebuggerW
indow.
Invoke AddBreakpoint Window again. Fill in the same parameters as before - breakpoint on line N in class C1. Close AddBreakpoint Window by Cancel. Our breakpoint disappers from list of breakpoints in
DebuggerWindow (or in Explorer).
But the breakpoint is still setted - try to debug C1 now. Debugger stops on the line N.


The same situation occurs for another type of breakpoint (for example on Exception breakpoint). If the breakpoint is specified in AddBreakpoint Window two times according to the given description, the
n the breakpoint disappears from the list, but remains still setted.
Comment 1 Jan Stola 2000-07-27 16:19:59 UTC
Verified in Build 2011.
Comment 2 Quality Engineering 2003-07-02 16:03:56 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.