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 60803 - debugger session should be ended when closing a projetc
Summary: debugger session should be ended when closing a projetc
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-08 13:26 UTC by Max Sauer
Modified: 2005-09-05 09:28 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 Max Sauer 2005-07-08 13:26:25 UTC
Debugger session should be ended when user closes whole project -- I recommend
to handle it the same way as when whole IDE is closed. 
Current state is: the Editor source windows get closed when the project is
closed, but the debugging sessions remain active, which is rather confusing,
especially when user opens another project.

This can lead to very weird situations, ie when the second session ends, source
window displaying file from the previously opened project will be opened etc.