Open
Bug 1660984
Opened 5 years ago
Updated 5 years ago
Stop on breakpoint causes the logs to persist in console
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: Honza, Unassigned)
References
(Blocks 1 open bug)
Details
Originally cloned from https://github.com/firefox-devtools/debugger/issues/6415
STR:
- Open http://jsbin.com/nunoteqesu/1/edit?html,js,output
- Open the devtools, with both debugger + console displayed
- Make sure "Persist logs" is unchecked in the console
- Check "Stop on uncaught errors" in the debugger
- Click the "TRIGGER BUG" button
- Do not touch the debugger (keep it on hold)
- Refresh the page
What happens:
The JS error (triggered before page refresh) appears in the console after the page is refreshed.
What I expect:
The JS error (triggered before page refresh) does not appear in the console after the page is refreshed (since it is a different context, etc.).
Honza
| Reporter | ||
Updated•5 years ago
|
Has STR: --- → yes
Comment 1•5 years ago
|
||
:Honza, if you think that's a regression, then could you try to find a regression range in using for example mozregression?
You need to log in
before you can comment on or make changes to this bug.
Description
•