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 14036 - Canceling second debugger session corrupts first one
Summary: Canceling second debugger session corrupts first one
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: -FFJ-
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Marian Petras
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-30 13:42 UTC by support
Modified: 2001-10-31 12:30 UTC (History)
1 user (show)

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 support 2001-07-30 13:42:47 UTC
[010729]

1. Start debug some java class.
2. Create JSP in normal filesystem, not webmodule.
3. Set breakpoint in JSP and start debugger. You will be asked whether convert fs into webmodule. If you answer no, second debugger 
session will not start and first session will be in corrupted state - Step Over, Step Into and many other actions will be disabled.
Comment 1 support 2001-07-31 09:24:32 UTC
The problem is in the debugger core module. It will be fixed in the 
Netbenas 3.3 by the debugger core team.
Comment 2 support 2001-07-31 15:35:14 UTC
-
Comment 3 Marian Petras 2001-07-31 17:07:41 UTC
This bug is caused by bug #12443 ("Mounting the FS & Reopening a
source should display display line breakpoints added"). The bug 12443
is fixed in the dev. build of NB 3.3 (fixed 06/06/2001) but not in
branch "pilsen_ea". Currently we are not allowed to commit any changes
to "pilsen_ea".
Comment 4 Marian Petras 2001-08-03 14:38:45 UTC
CORRECTION: The last comment (2001-07-31) belongs to bug #14041
(DEBUG: Converting fs into webmodule causes problems for JSP breakpoints).
Comment 5 Daniel Prusa 2001-10-24 10:00:12 UTC
Cannot be reproduced using build [011023].

This issue has been probably fixed together with the fix of similar 
problems occuring when start of a new session is canceled in the 
Start New Session dialog.
Comment 6 Jan Stola 2001-10-31 12:30:35 UTC
Closed.