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 270607 - support breakpoint groups like in Java
Summary: support breakpoint groups like in Java
Status: NEW
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: Dev
Hardware: All All
: P2 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-10 15:05 UTC by Vladimir Voskresensky
Modified: 2017-05-10 15:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Voskresensky 2017-05-10 15:05:42 UTC
In Java I can move breakpoint into new/existing named "group" and then configure another breakpoint to Enable/Disable whole group.
It helps a lot when I set breakponts to debug the problem, but interested in hit only when some execution path was met.