Closed
Bug 1421779
Opened 7 years ago
Closed 6 years ago
conditional breakpoint does not work
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mhammar31, Unassigned)
Details
Attachments
(1 file)
27.14 KB,
image/png
|
Details |
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:57.0) Gecko/20100101 Firefox/57.0
Build ID: 20171112125346
Steps to reproduce:
in firefox debugger
I tried to create a "conditional breakpoint".
Actual results:
Often it does not work to create a conditional breakpoint. An ordinary breakpoint is created instead and you never get an opportunity to actually create the condition. This is very deprimental because I cant stop only when I want so I need to hit the breakpoint again and again untill the right condition.
Expected results:
I think that when trying to create a conditional breakpoint, a conditional breakpoint should be created.
Updated•7 years ago
|
Component: Dev Kit → Developer Tools: Debugger
Product: Developer Ecosystem → Firefox
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
This appears to be the old debugger; please reopen if you're still having problems!
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
•