Open
Bug 1910655
Opened 2 months ago
Updated 2 months ago
:trace command doesn't work when its log-method is distinct from the frontend settings
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
Details
Attachments
(1 file)
STR:
- set tracer log method to debugger sidebar via toolbox tracer icon
- execute
:trace
from the console
The console command should log to the web console, but it is ignored by the frontend which rather consider the toolbox tracer icon setting.
Reporter | ||
Comment 1•2 months ago
|
||
The activeLogMethod
will be possibly distinct from the frontend preference value and reflect
the actual log method used by the current active tracer.
Console and debugger frontend should rather use this to know when to accept incoming trace resources.
Otherwise the frontend should rather consider the preference value when it starts a new tracer.
You need to log in
before you can comment on or make changes to this bug.
Description
•