Closed
Bug 1365571
Opened 8 years ago
Closed 8 years ago
Slide the breakpoint to the next line of code when adding a breakpoint to a comment or to an empty line
Categories
(DevTools :: Debugger, defect)
Tracking
(firefox53 affected, firefox54 affected, firefox55 affected)
RESOLVED
INVALID
People
(Reporter: hyacoub, Unassigned)
References
Details
Attachments
(1 file)
383.01 KB,
image/png
|
Details |
[Affected versions]:
Nightly 55.0a1
[Affected platforms]:
Platforms: Windows 10 x 64, Ubuntu 16.10 and Mac OS X 10.12
[Steps to reproduce]:
1. Go to https://devtools-html.github.io/debugger-examples/examples/todomvc/
2. Open Debugger.
3. Navigate to app-view.js
4. Click on the gutter, any empty line or commented line and select add a breakpoint.
[Expected result]:
The breakpoint should be moved to the next line of code.
[Actual result]:
Not all the time the breakpoint is moved to the next line of code when adding a breakpoint to a comment or to an empty line.
Reporter | ||
Updated•8 years ago
|
Blocks: 1294139
status-firefox53:
--- → affected
status-firefox54:
--- → affected
status-firefox55:
--- → affected
Reporter | ||
Updated•8 years ago
|
Component: Developer Tools: about:debugging → Developer Tools: Debugger
Comment 1•8 years ago
|
||
This is a server specific behavior that exists in the old debugger UI as well.
We will not have a chance to get to it here at the moment.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•