Closed
Bug 410943
Opened 17 years ago
Closed 17 years ago
Expanding more than one level of watches is not possible
Categories
(Other Applications Graveyard :: Venkman JS Debugger, defect)
Other Applications Graveyard
Venkman JS Debugger
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: Gijs, Assigned: Gijs)
References
()
Details
(Keywords: regression)
Attachments
(1 file)
|
3.95 KB,
patch
|
WeirdAl
:
review+
|
Details | Diff | Splinter Review |
STR:
1. Set breakpoint somewhere
2. Set watch on something like a DOM element
3. Attempt to expand parent node
4. Attempt to expand parent node of that
ER:
Expand nodes until whenever I feel like it
AR:
Error in interactive session: "!! Operation Failed: TypeError: invalid 'in' operand cur"
| Assignee | ||
Comment 1•17 years ago
|
||
Attachment #295527 -
Flags: review?(ajvincent)
Comment 2•17 years ago
|
||
Comment on attachment 295527 [details] [diff] [review]
Patch
r=me, assuming that you've tested this.
Attachment #295527 -
Flags: review?(ajvincent) → review+
| Assignee | ||
Comment 3•17 years ago
|
||
Checking in mozilla/extensions/venkman/resources/content/venkman-records.js;
/cvsroot/mozilla/extensions/venkman/resources/content/venkman-records.js,v <-- venkman-records.js
new revision: 1.17; previous revision: 1.16
done
Checking in mozilla/extensions/venkman/resources/content/venkman-views.js;
/cvsroot/mozilla/extensions/venkman/resources/content/venkman-views.js,v <-- venkman-views.js
new revision: 1.41; previous revision: 1.40
done
(and yes, I did test it)
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•