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

Summary: Finish debugger session does not work
Product: cnd Reporter: Alexander Pepin <apepin>
Component: DebuggerAssignee: Egor Ushakov <gorrus>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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)