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

Summary: Threads window - not updated correctly if previous session killed
Product: javascript Reporter: _ krystyna <krystyna>
Component: DebuggerAssignee: Joelle Lam <joellelam>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: project zip

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: