Closed
Bug 1262803
Opened 10 years ago
Closed 6 years ago
Debugger does not stop if breakpoint is in minified sources that are auto-prettified
Categories
(DevTools :: Debugger, defect, P3)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: nachtigall, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:45.0) Gecko/20100101 Firefox/45.0
Build ID: 20160315153207
Steps to reproduce:
1. Enable "Auto prettify minified sources" from the debugger options of devtools
2. Go to a page that has minified javascript, e.g. https://developer.mozilla.org/en-US/docs/Tools/Debugger
3. Set a breakpoint somewhere in the code (but not on the 1st line)
4. Reload page
(see screenshot)
Actual results:
Nothing
Expected results:
The debugger would have stopped at the breakpoint.
Using FF devtools 47.0a2 (2016-04-06). I think this was already working once.
Comment 1•10 years ago
|
||
This seems like a basic feature that should just work, so I'd like to assign P1 to this. However, we already have lots of open P1 bugs for the debugger, and apparently we're not supposed to assign P1 to a bug unless its an absolute showstopper. Compared to some of the other P1 bugs we have, this doesn't qualify as such, so I'm going to assign P2 to it instead.
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Blocks: dbg-prettyprint
Priority: P2 → P3
Comment 2•6 years ago
|
||
Breakpoints are working much better in pretty-printed filed now, and we don't currently support auto-pretty-print in the new debugger. Please re-open if this persists.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•