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 141976 - IE: MS debugger appears while NB client debugging
Summary: IE: MS debugger appears while NB client debugging
Status: RESOLVED WONTFIX
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-29 02:56 UTC by _ krystyna
Modified: 2012-09-03 08:32 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
sample project (19.29 KB, text/plain)
2008-07-29 02:57 UTC, _ krystyna
Details
corrected mime type for sample project (19.29 KB, application/x-compressed)
2008-07-29 02:58 UTC, _ krystyna
Details
screenshot (199.68 KB, image/png)
2008-08-05 00:17 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-07-29 02:56:02 UTC
NetBeans IDE Dev (Build 20080728212133)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

1. Set Tools > Option > Suspend on Exception
2. Unzip attached project. Launch Debug Main Project.
3. After the browser has come up, type a number greater than 99 to force the thrown exception
  then click on the browser background to blur focus
> MS Debugger launches an Error dialog:
   A Runtime Error has occurred.
   Do you wish to Debug?
   Line: 26
   Eror: Bad variable type
    Yes     No
Comment 1 _ krystyna 2008-07-29 02:57:38 UTC
Created attachment 65884 [details]
sample project
Comment 2 _ krystyna 2008-07-29 02:58:48 UTC
Created attachment 65885 [details]
corrected mime type for sample project
Comment 3 _ deva 2008-07-30 02:37:47 UTC
NPE in add-on code was causing it to crash. Therefore you would see script debugger popping up.
Comment 4 Quality Engineering 2008-07-30 15:47:05 UTC
Integrated into 'main-golden', available in build *200807301401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/d2e2cd9f079e
User: deva@netbeans.org
Log: Fix for #141976: MS debugger appears while NB client debugging
Also updated the incorrect string literals
Comment 5 _ krystyna 2008-08-05 00:16:55 UTC
Still happening. Attaching screenshot from today's trunk build
NetBeans IDE Dev (Build 20080804174221)
Comment 6 _ krystyna 2008-08-05 00:17:57 UTC
Created attachment 66538 [details]
screenshot
Comment 7 _ krystyna 2008-08-05 21:47:00 UTC
To clarify - the Runtime Error dialog now comes up after the first step action. 
Prior to this it came immediately after blurring focus, before the debug toolbar
was engaged.
Comment 8 _ krystyna 2008-09-26 21:43:47 UTC
Still there NetBeans IDE Dev (Build 20080923152338)
Comment 9 Martin Entlicher 2012-09-03 08:32:14 UTC
A new implementation of JavaScript debugger is in trunk. Closing old issues.