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

Summary: Global object is in recursive loop in Variables window
Product: javascript Reporter: Vladimir Riha <vriha>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: NEW ---    
Severity: normal    
Priority: P4    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

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...