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 72560 - breakpoint window show too many breakpoint of other projects
Summary: breakpoint window show too many breakpoint of other projects
Status: RESOLVED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: UI
: 75380 120008 (view as bug list)
Depends on: 179759
Blocks: 56293
  Show dependency tree
 
Reported: 2006-02-11 02:59 UTC by evzhy
Modified: 2012-05-31 10:09 UTC (History)
1 user (show)

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 evzhy 2006-02-11 02:59:03 UTC
I open almost 10 projects in the same time:) when I debug the main project, I
open the breakpoint window box and find it show all breakpoints of all projects.
I want to it just show the breakpoints of main project, or group them by project.
Comment 1 Martin Entlicher 2007-08-16 15:54:54 UTC
See also related issue #101195.
Comment 2 David Konecny 2007-10-26 12:51:41 UTC
*** Issue 120008 has been marked as a duplicate of this issue. ***
Comment 3 Tomas Pavek 2009-10-09 13:16:13 UTC
*** Issue 75380 has been marked as a duplicate of this issue. ***
Comment 4 Quality Engineering 2010-01-24 08:41:15 UTC
Integrated into 'main-golden', will be available in build *201001240200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/01106159d93c
User: mentlicher@netbeans.org
Log: #72560 - Prepared support for showing only breakpoints that are relevant for the current debugger session. Just a non-functional prototype yet that will change most likely.
Comment 5 Marian Mirilovic 2010-04-20 14:17:52 UTC
The functionality to hide breakpoints from other projects is already on-place for NB 6.9. The only missing piece is to show by default just breakpoints for current debugger session.
Comment 6 Martin Entlicher 2012-05-31 10:09:19 UTC
Fixed by the "From Opened Projects Only" check menu item on the customization button in Breakpoints window.