Closed Bug 1808920 Opened 2 years ago Closed 2 years ago

Can't add new watch expressions after reloading

Categories

(DevTools :: Debugger, defect)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1808603

People

(Reporter: nchevobbe, Unassigned)

Details

(Keywords: regressionwindow-wanted)

Steps to reproduce

  1. Navigate to data:text/html,<meta charset=utf8>
  2. Open the debugger
  3. Reload
  4. 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


Already broken in 108, but is working fine in 102 ESR

this is the same issue as Bug 1808603, which already has a patch for it

Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1808603
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.