Display arguments names and values when logging javascript traces
Categories
(DevTools :: Debugger, enhancement)
Tracking
(firefox123 fixed)
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: ochameau, Assigned: ochameau)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
The old debugger tracer (bug 1071521) was logging arguments names and values,
it would be neat if the new tracer was also doing this.
| Assignee | ||
Comment 1•2 years ago
|
||
Introduce a new global option in the tracer to log values.
For now, it only triggers javascript function call arguments to be logged,
but this will also impact the incoming feature logging native function calls,
and also the other incoming feature to log the returned values.
| Assignee | ||
Comment 2•2 years ago
|
||
This help reduce the RDP overhead by only transferring what is strictly necessary.
The console message resources bundles various useless attributes.
This should also help better display traces in the frontend.
Updated•2 years ago
|
Comment 4•2 years ago
|
||
Backed out for xpcshell failure on test_tracer.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/b1a538c15bb06198c626a8a66906e3e719a0f5bc
Log link: https://treeherder.mozilla.org/logviewer?job_id=440659690&repo=autoland&lineNumber=2756
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/2284795de753
https://hg.mozilla.org/mozilla-central/rev/05a5c9023d79
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Description
•