Closed
Bug 1951369
Opened 24 days ago
Closed 7 days ago
Clearing a breakpoint's log or condition input should remove it from the breakpoint
Categories
(DevTools :: Debugger, defect, P2)
DevTools
Debugger
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: hbenl, Assigned: hbenl)
References
Details
Attachments
(1 file)
STR:
- create a conditional breakpoint or a logpoint
- select "Edit condition"/"Edit log"
- remove the expression of the condition/log from the input field and press Enter
Actual:
- the condition/log on the breakpoint is still active
Expected:
- the condition/log is removed
Updated•22 days ago
|
Severity: -- → S3
Priority: -- → P2
Assignee | ||
Comment 1•10 days ago
|
||
Updated•10 days ago
|
Assignee: nobody → hbenl
Status: NEW → ASSIGNED
Pushed by hbenl@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a21b24a8e97a
[devtools] Clear a breakpoint's condition or log when it is set to an empty expression. r=nchevobbe,devtools-reviewers
Comment 3•7 days ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•