Closed
Bug 1104838
Opened 10 years ago
Closed 5 years ago
Fix test_breakpoint-19.js to test breakpoints on non-existent sources
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jlong, Unassigned)
References
(Blocks 1 open bug)
Details
We disabled test_breakpoint-19.js for bug 905700 because now that we set breakpoints on source actors, you can't set a breakpoint on a non-existant source. There is not way to get a "fake" source. Before you could set a breakpoint right on the thread with whatever URL you like.
Not sure what the best solution is here (the ugly solution is to create a source, let it GC, then set a breakpoint), which is why we're disabling for now, since we really need to land Debugger.Source.
Reporter | ||
Updated•10 years ago
|
Summary: Fix test_breakpoint-19.js to test breakpoints on non-existant sources → Fix test_breakpoint-19.js to test breakpoints on non-existent sources
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 1•5 years ago
|
||
no longer relevant
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•