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 148444 - Client monitor loses view of data after switching session
Summary: Client monitor loses view of data after switching session
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Quy Nguyen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-26 02:50 UTC by _ krystyna
Modified: 2008-09-26 04:21 UTC (History)
0 users

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 _ krystyna 2008-09-26 02:50:33 UTC
NetBeans IDE Dev (Build 20080925212737)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

1. create a web application with some javascript in .jsp 
2. open windows | debugging | client monitor
3. run debug main project (multisession, client and server), firefox browser
4. if client is active session, see the monitor will populate with GET request
5. via sessions window make server side current
>monitor window is closed. open to see data view is lost
6. make current client side again and data view returns
Comment 1 Quy Nguyen 2008-09-26 04:21:37 UTC
I'm pretty sure the fix for Issue 148437 takes care of this as well.