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 - Do not create disabled breakpoints
Summary: Do not create disabled breakpoints
Status: RESOLVED WONTFIX
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.2
Hardware: All All
: P4 normal (vote)
Assignee: henk89
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-15 10:39 UTC by Egor Ushakov
Modified: 2014-11-25 09:00 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 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)