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 233809

Summary: don't collapse variables when I step
Product: javascript Reporter: John Jullion-ceccarelli <johnjullion>
Component: DebuggerAssignee: Martin Entlicher <mentlicher>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.4   
Hardware: PC   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 56468    
Bug Blocks:    

Description John Jullion-ceccarelli 2013-08-01 21:23:03 UTC
I have a javascript file I'm debugging and I expand a bunch of nodes in the variables window to watch some value, then when I click Step Over all of the nodes get collapsed again and I have to expand them again. Very annoying :-)
Comment 1 Martin Entlicher 2013-08-06 10:22:36 UTC
This might be the same problem as issue #56468.
I'm keeping this opened so that we verify the behavior in both Java and JavaScript.
Comment 2 Martin Entlicher 2013-09-01 15:52:40 UTC
Fixed by changeset:   262972:5d0f36a7f531
http://hg.netbeans.org/web-main/rev/5d0f36a7f531
Comment 3 Quality Engineering 2013-09-02 01:37:25 UTC
Integrated into 'main-silver', will be available in build *201309020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/5d0f36a7f531
User: mentlicher@netbeans.org
Log: #233809: Remember expanded variables.