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 142992 - IExplorer - debugger hangs with second debug jsp
Summary: IExplorer - debugger hangs with second debug jsp
Status: VERIFIED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-06 02:02 UTC by _ krystyna
Modified: 2008-08-09 00:18 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-08-06 02:02:38 UTC
NetBeans IDE 6.5 Beta (Build 200808051501)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

1. create a plain java web app
2. set project property to client side (only) with IExplorer
3. run debug main project 
4. kill session via toolbar
5. run debug main project again
>debug toolbar greyed
Comment 1 _ deva 2008-08-07 21:59:39 UTC
This was caused because of not disconnecting our script debugger when first session ended where in no .html or .js 
file is loaded. 
Comment 2 Quality Engineering 2008-08-08 04:29:42 UTC
Integrated into 'main-golden', available in build *200808080201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/4470dd517cb4
User: deva@netbeans.org
Log: Fix for #142992: Moved call to end script debugger session into debugger proc and initialization of remote debug app cookie is done during the creation of script debugger.
Comment 3 _ krystyna 2008-08-08 21:13:14 UTC
This is hanging on first deployment:
State: NOT_CONNECTED Reason: NONE  Language: JavaScript
IE browser displays splashscreen

1. Observed this with first deployment, fresh userdir, no dll installed, server and client debugging both enabled.
2. Observed with deployment, client side only enabled .

NetBeans IDE Dev (Build 20080808155144)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1 
Comment 4 _ krystyna 2008-08-09 00:16:40 UTC
This last mentioned failure is not easily reproduced, is seen only on initial registration,
and seen 3 times today. It is likely to be related to known MDM issues. 
Once registration is successful this bug is fixed, so closing.
Comment 5 _ krystyna 2008-08-09 00:18:28 UTC
Verified.