Closed
Bug 1169466
Opened 10 years ago
Closed 7 years ago
Debugger pauses somewhere, but not on the only breakpoint i've set
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox41 affected)
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| firefox41 | --- | affected |
People
(Reporter: jsantell, Unassigned)
Details
Attachments
(2 files)
STR:
Set a breakpoint on a line that threw an error. Refresh.
ER:
Breakpoint to be hit.
AR:
Execution halted somewhere, I have to step through the debugger twice to resume and hit the breakpoint.
I have a zip file of this very small app to reproduce if it helps as well. This is in nightly (5-23-2015)
| Reporter | ||
Comment 1•10 years ago
|
||
Here's the app. Run `npm install` to grab the deps and then `make` to build if you want, but the `./public/index.html` page just open and it'll work with the built source (`./public/scripts/app.js`) willa lready be built.
Oh this is using browserify with source maps so maybe that's useful info
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•7 years ago
|
||
closing this as a lot has changed with breakpoints over the past 4 years. Feel free to re-test and let me know if you still see an issue though.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•