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 148791 - Document difference in multiple session behavior IE vs Firefox
Summary: Document difference in multiple session behavior IE vs Firefox
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-30 23:17 UTC by _ krystyna
Modified: 2012-09-03 08:32 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-30 23:17:08 UTC
NetBeans IDE Dev (Build 20080930142325)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

We currently put up a dialog in Firefox if a user tries to run another multiple
session (client and server). We should do the same for IE.
Comment 1 _ deva 2008-10-01 07:40:54 UTC
If you do only server side debugging multiple times, you would only see only one server side debugging session. This 
may be an expected behaviour.

I do not think we need to prevent multiple sessions in case of IE.

Comment 2 _ krystyna 2008-10-02 01:19:23 UTC
We talked about this and the decision was not to limit IE which can do multiple sessions vs. Firefox.
So here is some information that should be documented somewhere - either FAQ or User Guide:



Using the NetBeans JavaScript Debugger with Internet Explorer permits 
more than one client-side sessions which can be managed from debugging 
sessions window. Note that if you are doing multiple sessions with 
both server and client side debugging, there will be only one session 
for the server side debugging. 


Currently, debugging with Firefox browser does not permit more than one 
client-side session. Users who launch more than one session will be 
prompted to finish the previous session and restart the current one.




Comment 3 Martin Entlicher 2012-09-03 08:32:11 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.