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 - Kill session kills debugged process when attach
Summary: Kill session kills debugged process when attach
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 4.x
Hardware: PC Linux
: P1 blocker (vote)
Assignee: issues@debugger
URL:
Keywords: REGRESSION
Depends on:
Blocks:
 
Reported: 2004-04-07 10:53 UTC by Martin Grebac
Modified: 2006-03-24 09:41 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 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