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 133579 - Threads window - not updated correctly if previous session killed
Summary: Threads window - not updated correctly if previous session killed
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-22 01:53 UTC by _ krystyna
Modified: 2008-04-25 12:35 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
project zip (17.19 KB, application/x-compressed)
2008-04-22 01:54 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-04-22 01:53:50 UTC
Build 0421
XP


Threads window appears to not sync if previous session killed.

0. Have breakpoints, threads, sessions debug windows opened then restart IDE.
1. Set one Tools Option "Suspend on exception"
2. Open attached project and run debug. See Threads window correctly at State: Suspended Reason: STEP
3. Don't step, just kill session (ok the alert, close browser)
4. Run debug again. Thread windows states State: Running Reason: NONE
5. But Click on Session Window get correct State: Suspended Reason: STEP
6. Click back on Thread window: now state is refreshed correctly to State: Suspended Reason: STEP
Comment 1 _ krystyna 2008-04-22 01:54:29 UTC
Created attachment 60523 [details]
project zip
Comment 2 Joelle Lam 2008-04-23 00:56:43 UTC
Not firing Tree update on NbJSDebuggerEvent.  Working on it right now.
Comment 3 Joelle Lam 2008-04-23 01:57:56 UTC
Fixed: