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 191508 - Finish debugger session does not work
Summary: Finish debugger session does not work
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.0
Hardware: All All
: P2 normal (vote)
Assignee: Egor Ushakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-01 09:43 UTC by Alexander Pepin
Modified: 2010-11-02 03:58 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 Alexander Pepin 2010-11-01 09:43:02 UTC
This breaks automatic tests.
Steps to reproduce:
- create Quote sample
- start debugging, the process is waiting for input 
- press Finish
Result: Finish button gets disabled but debugger session is still alive.
Comment 1 Alexander Pepin 2010-11-01 09:43:52 UTC
The debugger toolbar is still visible as well.
Comment 2 Egor Ushakov 2010-11-01 10:57:02 UTC
if gdb is running the app exit command will not work,
fixed in: http://hg.netbeans.org/cnd-main/rev/72ece64758c7
Comment 3 Quality Engineering 2010-11-02 03:58:47 UTC
Integrated into 'main-golden', will be available in build *201011020000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/72ece64758c7
User: Egor Ushakov <gorrus@netbeans.org>
Log: fixed #191508 (Finish debugger session does not work)