Closed
Bug 1611905
Opened 5 years ago
Closed 5 years ago
Autocompletion suggestion for `debugger` in Console stops JS execution
Categories
(DevTools :: Console, defect, P1)
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: fvsch, Assigned: jlast)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR with devtools.webconsole.input.eagerEvaluation=true
:
- Open Console
- Type
debugger
, often just one or two letters suffice (d
orde
)
What happens:
- First suggestion is
debugger
, gets eager evaluated, pauses JS execution and jumps to the Debugger
What should happen:
- Don't eager-evaluate
debugger
statements - And/or don't suggest
debugger
in completions? (not sure if that makes sense)
Updated•5 years ago
|
Blocks: console-instant-eval
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → jlaster
Status: NEW → ASSIGNED
Updated•5 years ago
|
Priority: -- → P1
Updated•5 years ago
|
Severity: normal → critical
Pushed by jlaster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e24ecc80bd1c
Autocompletion suggestion for `debugger` in Console stops JS execution. r=nchevobbe
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•