Closed
Bug 1224657
Opened 9 years ago
Closed 6 years ago
Breakpoint can't be set with Ctrl+B if it was canceled by unchecking breakpoint checkbox
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox45 affected)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox45 | --- | affected |
People
(Reporter: arni2033, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
STR: (Win7_64, Nightly 45, 32bit, ID 20151110030205, new profile)
1. Open attached "testcase 1"
2. Open devtools -> debugger, set breakpoint at line 4 (` console.log("click event"); `)
3. Click on breakpoint checkbox in the left sidebar to uncheck it (that'll disable the breakpoint)
4. Click on text in line 4, press Ctrl+B
Result:
No visible action
Expectations:
After Step 4: Breakpoint should be set again; Checkbox in the left sidebar should be checked.
Note: white text in debugger is bug 1224654
Updated•9 years ago
|
Blocks: dbg-breakpoint
Updated•7 years ago
|
Product: Firefox → DevTools
Comment 1•6 years ago
|
||
We remove the breakpoint, which i think is an okay action. If the user would like to re-add the breakpoint they can press cmd+b a second time.
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•