Open
Bug 1886412
Opened 2 years ago
Updated 1 year ago
Ctrl + Click on windows / Linux to trigger "continue to here" is not supported.
Categories
(DevTools :: Debugger, defect, P3)
DevTools
Debugger
Tracking
(Not tracked)
NEW
People
(Reporter: bomsy, Unassigned)
References
(Blocks 1 open bug)
Details
Currently we can do CMD + Click in the gutter to trigger the "continue to here" feature on MacOS but Ctrl + Click does not work for Windows/Linux.
We should try and fix this.
And add a test.
The related code https://searchfox.org/mozilla-central/rev/b73676a106c1655030bb876fd5e0a6825aee6044/devtools/client/debugger/src/components/Editor/Breakpoint.js#63,71-74
Comment 1•2 years ago
|
||
It could be nice to add the keyboard shortcut in the "Continue to here" context menu
Severity: -- → S3
Priority: -- → P3
Updated•1 year ago
|
Blocks: cm-debugger-next
You need to log in
before you can comment on or make changes to this bug.
Description
•