Closed
Bug 1870710
Opened 1 year ago
Closed 1 year ago
Allow starting the tracer only on next user interaction
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 2 open bugs)
Details
Attachments
(2 files)
One challenge with the JavaScript tracer is the overload of traces being logged.
It is quite frequent that either setInterval/postMessage/mouseover code are polluting the output between the start of the record and the particular user interaction we are trying to debug.
Being able to trigger the tracer only when a user interaction start should drastically help debugging these scenarios.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → poirot.alex
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•1 year ago
|
||
This was meant to display which one of the two output method was used.
Pushed by apoirot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3762795af98d
[devtools] Optionally trigger the tracer only on next mousedown or keydown. r=devtools-reviewers,fluent-reviewers,flod,nchevobbe
https://hg.mozilla.org/integration/autoland/rev/c1c3447b8916
[devtools] Fix rendering of tracer output config. r=devtools-reviewers,nchevobbe
Comment 4•1 year ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/3762795af98d
https://hg.mozilla.org/mozilla-central/rev/c1c3447b8916
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•