mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-23 10:54:33 +00:00
Bug 1908704 - [devtools] Add minimal documentation for the jstracer debugger sidebar. r=devtools-reviewers,nchevobbe
Differential Revision: https://phabricator.services.mozilla.com/D216983
This commit is contained in:
parent
e2c38c4991
commit
e651864915
BIN
devtools/docs/user/javascript_tracer/debugger-sidebar.png
Normal file
BIN
devtools/docs/user/javascript_tracer/debugger-sidebar.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
@ -46,6 +46,19 @@ Logging output
|
||||
|
||||
(`:trace --logMethod console`)
|
||||
|
||||
* Debugger Sidebar
|
||||
|
||||
The JS Tracer will log all JS function calls into the Debugger panel, in the Tracer sidebar.
|
||||
This involves a user interface dedicated to navigate through all the traces.
|
||||
You can easily see all the DOM Events triggering JavaScript code, and browser all the stacks displayed
|
||||
as a tree.
|
||||
|
||||
This UI is an under-development prototype and may change significantly or even be dropped in the future.
|
||||
|
||||
|image5|
|
||||
|
||||
(`:trace --logMethod debugger-sidebar`)
|
||||
|
||||
* Profiler record
|
||||
|
||||
The JS Tracer will log all JS function calls in the background. When you stop tracing,
|
||||
@ -86,6 +99,9 @@ Logging output
|
||||
.. |image4| image:: profiler-trace.png
|
||||
:class: border
|
||||
:alt: The JS Traces displayed in the Firefox Profiler UI
|
||||
.. |image5| image:: debugger-sidebar.png
|
||||
:class: border
|
||||
:alt: The JS Traces displayed in the Debugger sidebar
|
||||
|
||||
Delayed start
|
||||
-------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user