Open
Bug 1552532
Opened 6 years ago
Updated 2 years ago
Implement long resume
Categories
(DevTools :: Debugger, enhancement, P5)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: jlast, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
62.54 KB,
image/png
|
Details |
Resumes execution with breakpoints disabled for 500ms. Convenient for momentarily skipping breakpoints that would otherwise continually pause the code, e.g., a breakpoint inside a loop.
Reporter | ||
Updated•6 years ago
|
Priority: P2 → P5
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Whiteboard: [debugger-mvp]
Comment 1•6 years ago
|
||
Starting to add some thoughts: We don't have long press anywhere else, so I would prefer to have it as the only way to access this function. Shift click might work better, can also be explained via tooltip and works with Shift F8.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•