Closed Bug 1417196 Opened 7 years ago Closed 5 years ago

Cannot set breakpoints at some operators

Categories

(DevTools :: Debugger, defect)

56 Branch
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: account-mozilla-bugzilla, Unassigned)

Details

Attachments

(2 files)

Attached file example.html
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:54.0) Gecko/20100101 Firefox/54.0
Build ID: 20170612122018

Steps to reproduce:

1. Open attached example.html
2. Go to Developer -> Debugger
3. Set breakpoints in line 6 (&& operator), line 7 (== operator), and line 8 (=== operator)


Actual results:

- Only breakpoint in line 7 is set, the breakpoints from line 6 and 8 slide away


Expected results:

- Setting breakpoints at expressions with operators should be consistent, i.e., it should be possible to set a breakpoint at all three lines 6, 7, and 8.
Component: Untriaged → Developer Tools: Debugger
As another motivation to support breakpoints in all three cases: In Chromium 58, it is possible to set breakpoints at all three lines.
Product: Firefox → DevTools

this is now fixed with breakpoint positions

Status: UNCONFIRMED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: