Closed
Bug 1808920
Opened 2 years ago
Closed 2 years ago
Can't add new watch expressions after reloading
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1808603
People
(Reporter: nchevobbe, Unassigned)
Details
(Keywords: regressionwindow-wanted)
Steps to reproduce
- Navigate to
data:text/html,<meta charset=utf8> - Open the debugger
- Reload
- On the watch panel, add a new expression (e.g.
1+1)
Expected results
I can see the result of the watch expression (2)
Actual results
The expression isn't added at all.
The following error is visible in the BT
resource://devtools/client/debugger/src/reducers/pause.js, line 87: Error: Missing thread in action EVALUATE_EXPRESSION
| Reporter | ||
Comment 1•2 years ago
•
|
||
Already broken in 108, but is working fine in 102 ESR
Keywords: regressionwindow-wanted
| Reporter | ||
Comment 2•2 years ago
|
||
this is the same issue as Bug 1808603, which already has a patch for it
You need to log in
before you can comment on or make changes to this bug.
Description
•