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 41785

Summary: Kill session kills debugged process when attach
Product: debugger Reporter: Martin Grebac <mgrebac>
Component: JavaAssignee: issues@debugger <issues>
Status: CLOSED FIXED    
Severity: blocker Keywords: REGRESSION
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Martin Grebac 2004-04-07 10:53:58 UTC
When you attach to some process using
nbjpdaconnect and then use kill session, the
action kills the process, too, instead of just
detaching from it.
Comment 1 Jan Jancura 2004-04-09 09:38:17 UTC
fixed in main trunk

Checking in JPDADebuggerImpl.java;

/cvs/debuggerjpda/src/org/netbeans/modules/debugger/jpda/JPDADebuggerImpl.java,v
 <--  JPDADebuggerImpl.java

new revision: 1.12; previous revision: 1.11

done
Comment 2 Martin Grebac 2004-04-19 08:56:35 UTC
Verified in 20040419-0646