Closed
Bug 1360077
Opened 8 years ago
Closed 6 years ago
Breakpoints set in debugger in browser toolbox change behavior of inspector in normal devtools
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: 684sigma, Unassigned)
References
(Blocks 2 open bugs)
Details
I noticed a problem in Firefox Nightly 55.
When setting specific breakpoints in browser toolbox, devtools stop working normally. Here's how to reproduce the bug:
1. Open this url in a new tab - data:text/html,<audio controls>
2. Open browser toolbox, set breakpoints in file resource://devtools/shared/DevToolsUtils.js, lines 49,50, blackbox the file
49 Services.tm.mainThread.dispatch({
50 run: exports.makeInfallible(executor)
3. Open normal devtools on the page, open inspector in normal devtools
Result: Inspector displays everything except <audio> node.
Expected: Inspector should show <audio> node: not only breakpoints shouldn't affect this, but also the script is blackboxed.
The issue was detected during testing of Bug 1360074.
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
Does this still happen?
Honza could you try and reproduce?
Flags: needinfo?(odvarko)
Updated•6 years ago
|
Blocks: dbg-breakpoint
Comment 3•6 years ago
|
||
Could not reproduce, blackboxing seems to work for this now.
Blocks: dbg-blackbox
Comment 4•6 years ago
|
||
I can't reproduce the problem, closing.
Honza
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Flags: needinfo?(odvarko)
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•