Closed
Bug 1685493
Opened 4 years ago
Closed 4 years ago
./mach xpcshell-test path/to/test.js --jsdebugger doesn't break if the first line isn't breakable
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
And because of that, you have to put a debugger statement in your test, ortherwise the test doesn't pause and the test quits, with the browser toolbox.
Assignee | ||
Comment 1•4 years ago
|
||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/596c76b13ccb
Ensure breaking in xpcshell test, even if first line isn't breakable. r=jdescottes
Comment 4•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•