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 131993

Summary: How to deactive multisession debug support?
Product: debugger Reporter: oliverb <oliverb>
Component: CodeAssignee: issues@debugger <issues>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description oliverb 2008-04-03 22:45:54 UTC
I recently switched from NetBeans 3.6 to 6.0.1 and in NetBeans 3.6 I was used to just run a new debugger and the old 
debugger was finished when the debugger setting "Run Multisession" was switched off. This option was removed since 
version 4.0 (see http://debuggercore.netbeans.org/UI/UsersView-40Features.html) because of the Java Tiger release. But 
how could I deactivate the multisession debug support now? 

My only idea was to extend the debug-ant-task and first kill my application before starting a new one, but this is 
only a hack of course. Is there any cleaner solution or an option I haven't found yet?