gecko-dev/devtools
Alexandre Poirot 5bc2b6d5f5 Bug 1883905 - [devtools] Trace test from a given line. r=devtools-reviewers,nchevobbe
The existing feature DEBUG_STEP will help understand that the test is stuck on line 49
DEBUG_STEP=true ./mach mochitest browser_target_command_detach.js
On `[STEP] browser_target_command_detach.js @ 49:3    ::   ↦ await secondTargetCommand.startListening();`

And the new DEBUG_TRACE_LINE feature will help understand where the code is stuck, deeply nested into async code of DevTools.
DEBUG_TRACE_LINE=49 ./mach mochitest browser_target_command_detach.js
On `[STEP] target-command.js @ 512:7   ::       ↦ await this._onFirstTarget;`

Differential Revision: https://phabricator.services.mozilla.com/D203771
2024-03-25 12:08:41 +00:00
..
client Bug 1883905 - [devtools] Trace test from a given line. r=devtools-reviewers,nchevobbe 2024-03-25 12:08:41 +00:00
docs Bug 1884717 - [devtools] Expose function returns logging to webconsole :trace command. r=devtools-reviewers,fluent-reviewers,flod,bomsy 2024-03-13 13:48:55 +00:00
perfdocs
platform
server Bug 1883905 - [devtools] Trace test from a given line. r=devtools-reviewers,nchevobbe 2024-03-25 12:08:41 +00:00
shared Bug 1883905 - [devtools] Trace test from a given line. r=devtools-reviewers,nchevobbe 2024-03-25 12:08:41 +00:00
startup
.eslintrc.js Bug 1864896: Enable unused argument lint rule. r=Standard8,perftest-reviewers,geckoview-reviewers,extension-reviewers,credential-management-reviewers,devtools-reviewers,nchevobbe,robwu,sparky,issammani,sgalich,owlish,migration-reviewers,mconley 2024-03-21 08:50:00 +00:00
.eslintrc.xpcshell.js
CODE_OF_CONDUCT.md
moz.build
rename.py
templates.mozbuild
tsconfig.json