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 216359 - Global object is in recursive loop in Variables window
Summary: Global object is in recursive loop in Variables window
Status: NEW
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.3
Hardware: PC Linux
: P4 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-03 11:42 UTC by Vladimir Riha
Modified: 2012-09-03 09:04 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 Vladimir Riha 2012-08-03 11:42:37 UTC
To reproduce:
- run some html file with javascript code in <script> tag
- have some breakpoint in the JS code
- when the breakpoint is hit, look in the Variables window
- there is an item "Global-> window"

=> if you expand the window item, there is again content of the "global" with another window item. You can expand this 2nd window again and again content of "global" is listed and another window item...



Product Version: NetBeans IDE Dev (Build EaselCSS-428-on-20120803)
Java: 1.7.0_06-ea; Java HotSpot(TM) Client VM 23.2-b09
System: Linux version 3.0.0-23-generic running on i386; UTF-8; en_US (nb)
Comment 1 Martin Entlicher 2012-09-03 09:04:59 UTC
This may not be necessarily a bug IMHO, I'll compare with Chrome...