Enable tracer debugger sidebar by default
Categories
(DevTools :: Debugger, enhancement)
Tracking
(firefox132 fixed)
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-needed)
Attachments
(1 file)
The debugger sidebar is now much more useful than the web console output, so let's make it the default output for the JS Tracer.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Comment 3•1 year ago
|
||
bugherder |
Comment 4•1 year ago
|
||
It looks like this is still not mentioned at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features. So now it's a great point in time to add the Tracer Debugger there.
I saw this feature is already documented at https://firefox-source-docs.mozilla.org/devtools-user/javascript_tracer/index.html.
Though, as far as I understand, the Tracer Debugger itself didn't get enabled by default yet by this change, only the default logging method got changed from the Web Console to the Debugger sidebar, right?
Sebastian
Assignee | ||
Comment 5•1 year ago
|
||
(In reply to Sebastian Zartner [:sebo] from comment #4)
It looks like this is still not mentioned at https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features. So now it's a great point in time to add the Tracer Debugger there.
I wasn't aware of this page. Do you know how we typically contribute to this list?
I saw this feature is already documented at https://firefox-source-docs.mozilla.org/devtools-user/javascript_tracer/index.html.
Though, as far as I understand, the Tracer Debugger itself didn't get enabled by default yet by this change, only the default logging method got changed from the Web Console to the Debugger sidebar, right?
The main audience of this feature is platform and web compat engineers in order to figure out Web Compatibility issues.
It is not covered by tests, nor being translated, nor do we guarantee any backward compatiblity when debugging Fenix.
So, this isn't necessarily ready for public audience.
Description
•