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 209612

Summary: Do not create disabled breakpoints
Product: cnd Reporter: Egor Ushakov <gorrus>
Component: DebuggerAssignee: henk89
Status: RESOLVED WONTFIX    
Severity: normal    
Priority: P4    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Egor Ushakov 2012-03-15 10:39:26 UTC
Now we create all breakpoints and then disable them, it is better to create only enabled breakpoints on the startup and create on first breakpoint enable later.
Comment 1 Egor Ushakov 2012-04-09 13:41:42 UTC
not that important as we create breakpoints with -d flag (disabled)