Open
Bug 1817838
Opened 2 years ago
Updated 2 years ago
Allow starting javascript tracing on some particular code location/event
Categories
(DevTools :: Debugger, task)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
Bug 1803616 is introducing Javascript tracing, but this can only be enabled from the debugger on-demand by clicking on a debugger button.
So that we can't control precisely when to start tracing.
This can be quite problematic as javascript tracing can quickly become very verbose.
It could be handy if js tracing could automatically start on some new type of breakpoint, DOM event, ...
Note that it may be redundant with bug 1817834. If we have bug 1817834's API we could use log point to start tracing.
You need to log in
before you can comment on or make changes to this bug.
Description
•