Closed
Bug 952045
Opened 11 years ago
Closed 7 years ago
The variable inspection popup removes function args and/or return information from the variables view while a function is selected in the Traces tab
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vporof, Unassigned)
References
Details
STR:
1. Go to http://htmlpad.org/debugger/ and open debugger
2. Go to the Tracer tab and enable tracing
3. Click me
4. Resume twice
5. Select a function in the Tracer view to see its arguments
6. Hover a variable in the debugger while it's still paused.
Hey, where did all my arguments go?
Options:
1. Disable the variables inspection popup while the Tracer tab is selected and the debugger is paused. This is very simple.
2. Don't allow the variables view to be modified while the Tracer tab is selected and a variables inspection popup is shown. This is potentially a bit harder to implement.
Updated•11 years ago
|
Priority: -- → P3
Comment 1•7 years ago
|
||
Closing as the tracer does not exist anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•