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

Summary: Setting breakpoints from non-debugging project
Product: cnd Reporter: alexandrov <alexandrov>
Component: DebuggerAssignee: _ gordonp <gordonp>
Status: RESOLVED INVALID    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.