Open
Bug 1877648
Opened 8 months ago
Updated 2 months ago
Edit ignored file list in debugger
Categories
(DevTools :: Debugger, defect, P2)
Tracking
(Not tracked)
NEW
People
(Reporter: robainloynet, Unassigned)
Details
Attachments
(1 file)
22.98 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:122.0) Gecko/20100101 Firefox/122.0
Steps to reproduce:
- Install an extention who will run js (e.g. UBlock Origin)
- Go to any page, preferably without any javascript (e.g. https://example.com/)
- Go in devtool, debugger tab
- Pause javascript
- Open UBlock Origin
- Go back on debugger tab and right click on the tab and click on "ignore source"
- Unpause JS
- Now close the tab you just ignored
- Close and reopen the debugger
- Try to remove the file you ignored
Actual results:
No easy way are available as the file doesn't appear on the source list
Expected results:
A setting, or smth like that should be available.
Moreover, a setting to regex match url to ignore should be available (New suggestion ?)
Updated•2 months ago
|
Type: enhancement → defect
Comment 1•2 months ago
|
||
Thanks for filing, can you check if you have "Hide ignored sources" enabled in the Debugger panel settings (top right "cog" icon).
Flags: needinfo?(robainloynet)
Comment 2•2 months ago
|
||
:nchevobbe just tested and it seems to happen without that preference.
Severity: -- → S3
Flags: needinfo?(robainloynet)
Priority: -- → P2
You need to log in
before you can comment on or make changes to this bug.
Description
•