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 81256 - "debug main project" debugs non-main project.
Summary: "debug main project" debugs non-main project.
Status: VERIFIED WORKSFORME
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ gordonp
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-27 13:56 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-07-27 13:56:50 UTC
I Opened one project(Args), built, set breakpoint, pushed "debug main project".
Debugger did not stop on breakpoint, but executed the program...
I opened the second project (IO) - this project BECAME Main. Pushed "Debug MAIN
project". Debugger stopped at ARGS(1-st project) breakpoint. Typed commands - no
effects.
Comment 1 _ gordonp 2006-08-04 02:37:17 UTC
We don't work with multiple projects (yet).
Comment 2 _ gordonp 2006-10-11 19:46:19 UTC
P1 as per iteam agreement regarding beta3 must-fix bugs.
Comment 3 _ gordonp 2006-10-11 20:01:53 UTC
I've done the steps below and everything worked as expected. I've played with
various similar scenarios and still had no problems. We're not perfect with
respect to multiple sessions but this much works as expected.

Besides, in the above scenario, the Args app failed to debug before there
was a 2nd session so I'm not sure this should even be considered a mulitple
session problem. We have done lots of improvements to gdb-lite since late
July so I'm reasonably certain this problem was fixed in that time.
Comment 4 Alexander Pepin 2007-09-18 14:47:20 UTC
verified