Open
Bug 1861326
Opened 2 years ago
Updated 1 year ago
Debugger "ignore source" should work in webconsole
Categories
(DevTools :: Debugger, enhancement, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: 709922234, Unassigned)
References
Details
Attachments
(4 files)
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:121.0) Gecko/20100101 Firefox/121.0
Steps to reproduce:
- visit https://nesbox.xianqiao.wang/
- navigation to Debugger source
logger.tsfile via click webconsole message stack - ignore
logger.tsfile source - check webconsole message stack
Actual results:
webconsole content: [DEBUG]: MODE production logger.ts:11:12
Expected results:
webconsole content: [DEBUG]: MODE production index.ts:22
Comment 3•1 year ago
|
||
Fully hiding messages from blackboxed sources might be hiding issues, but it would be nice to have a way to opt into that when blackboxing a source. Chrome shows an option to hide messages, which translates into a console filter. We could do something similar.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Priority: -- → P3
Debugger "ignore source" also should work in network panel
You need to log in
before you can comment on or make changes to this bug.
Description
•