Closed Bug 1360077 Opened 7 years ago Closed 5 years ago

Breakpoints set in debugger in browser toolbox change behavior of inspector in normal devtools

Categories

(DevTools :: Debugger, defect)

55 Branch
defect
Not set
normal

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.
See Also: → 1360074
The issue was detected during testing of Bug 1360074.
Product: Firefox → DevTools

Does this still happen?

Honza could you try and reproduce?

Flags: needinfo?(odvarko)

Could not reproduce, blackboxing seems to work for this now.

Blocks: dbg-blackbox

I can't reproduce the problem, closing.

Honza

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(odvarko)
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.