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 195828 - Debugger: Store breakpoints per project group.
Summary: Debugger: Store breakpoints per project group.
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL: http://www.pohlidame.cz/
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-22 23:41 UTC by pekarna
Modified: 2013-07-10 05:12 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Breakpoints grouped by projects (28.70 KB, image/png)
2012-09-28 21:55 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pekarna 2011-02-22 23:41:01 UTC
Currently, the breakpoints are stored globally.
When I switch to a completely different project group, it doesn't make much sense to keep the same breakpoints.

I suggest to store them per project, or per project group.

To keep the current functionality, I'd add a dropdown menu "Scope" to the breakpoint editor dialog which would have these options:
  * Global
  * Current project
  * Current project group (default)

They would be enabled / disabled based on what project is being debugged.

In the Breakpoints view, under "Select breakpoint groups", there would be another checkbox, "Hide bp's outside scope".
Comment 1 pekarna 2011-02-22 23:44:18 UTC
Similar RFE, (not that greedy :)
Bug 175475
Comment 2 markiewb 2012-09-28 21:55:05 UTC
Created attachment 125081 [details]
Breakpoints grouped by projects

Breakpoints are not stored by project. 

But in the breakpoints view they can be grouped by project. This aggregate node including its breakpoints can be disabled/enabled at one click. Does this works for you?

See screenshot