Closed
Bug 1440628
Opened 7 years ago
Closed 6 years ago
setting conditional breakpoint doesn't work
Categories
(DevTools :: Debugger, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: martijn, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:59.0) Gecko/20100101 Firefox/59.0
Build ID: 20180219114835
Steps to reproduce:
Open the devtools, and set a breakpoint somewhere in javascript. Then, add a condition to when that breakpoint should trigger.
Actual results:
When I type in the condition for said breakpoint, and hit enter or click next to it, the condition just disappears and isn't ever checked, i.e. the breakpoint still hits unconditionally. So, the condition is always silently discarded and never actually applied nor used.
Expected results:
The opposite, right?
When I add a condition to a breakpoint, it should not be silently discard, and it should be applied and used.
Component: Untriaged → Developer Tools: Debugger
OS: Unspecified → Windows 10
Hardware: Unspecified → x86_64
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 2•6 years ago
|
||
This should be fixed.
Status: UNCONFIRMED → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•