Open
Bug 1908884
Opened 4 months ago
Updated 4 months ago
Implement filtering by function name and/or source URL in Debugger Tracer sidebar
Categories
(DevTools :: Debugger, enhancement)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: nchevobbe, Unassigned)
References
(Blocks 1 open bug)
Details
This is challenging in term of performance as we would have to go through all the traces.
This can't be done from React as it would kill the rendering performance.
You need to log in
before you can comment on or make changes to this bug.
Description
•