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 - don't collapse variables when I step
Summary: don't collapse variables when I step
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 7.4
Hardware: PC Mac OS X
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on: 56468
Blocks:
  Show dependency tree
 
Reported: 2013-08-01 21:23 UTC by John Jullion-ceccarelli
Modified: 2013-09-02 01:37 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 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.