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 - How to deactive multisession debug support?
Summary: How to deactive multisession debug support?
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-03 22:45 UTC by oliverb
Modified: 2008-04-03 22:45 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?