Open
Bug 1695218
Opened 4 years ago
Updated 4 years ago
Debugger pauses on thrown exception in blackboxed source
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
162.88 KB,
image/png
|
Details |
Originally reported here - https://github.com/firefox-devtools/debugger/issues/7344
Someone on IRC ran into an issue where:
- they had a webextension script blackboxed
- the
Pause on exception
checkbox turned on
An exception thrown by the blackboxed webextension script was pausing the debugger, which can be a bit annoying (even more for a webextension, because it's likely to not be your code)
Reporter | ||
Comment 1•4 years ago
|
||
If that can be of any help: I noticed it when using Firefox 64.0b11 (64 bits) with the LastPass extension.
I am indeed interested by exceptions in my code, not the web extensions.
You need to log in
before you can comment on or make changes to this bug.
Description
•