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 82735 - Setting breakpoints from non-debugging project
Summary: Setting breakpoints from non-debugging project
Status: RESOLVED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-15 14:04 UTC by alexandrov
Modified: 2009-06-25 10:59 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 alexandrov 2006-08-15 14:04:24 UTC
Create/Build project. Set line breakpoint.
Create/Build another project(Set it Main). Start debugger on Main project.
In debugger console you'll see trying to set breakpoints on the 1-st project.
Comment 1 _ gordonp 2006-08-15 16:27:31 UTC
I *think* this is by design. Anyway, I'll verify that and fix it if it
isn't. If it is by design (my definition of "by design" is thats how JPDA
doesit) I'll close as will-not-fix (you could file an issue on debuggercore
and/or debuggerjpda at that point).
Comment 2 _ gordonp 2007-09-07 20:20:36 UTC
Breakpoings are global in netbeans. This means all gdb breakpoints are sent to a new a new gdb
session at startup. Its weird behavior, but definitely working as designed.