microsoft / vscode

Visual Studio Code
https://code.visualstudio.com
MIT License
163.59k stars 29.03k forks source link

Debug Shortcut Keys Reversed #88789

Closed jefferyp1138A closed 4 years ago

jefferyp1138A commented 4 years ago

Issue Type: Bug

The Debug keyboard shortcuts for Start Debugging and Toggle Breakpoint are reversed. The Debug menu shows F9 to start debugging and F5 to toggle breakpoint.

VS Code version: Code 1.41.1 (26076a4de974ead31f97692a0d32f90d735645c0, 2019-12-18T14:58:56.166Z) OS version: Windows_NT x64 10.0.18362

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-8850H CPU @ 2.60GHz (12 x 2592)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: enabled
rasterization: enabled
skia_renderer: disabled_off
surface_control: disabled_off
surface_synchronization: enabled_on
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off
webgl: enabled
webgl2: enabled| |Load (avg)|undefined| |Memory (System)|31.79GB (18.68GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Extensions (23) Extension|Author (truncated)|Version ---|---|--- delphi-keybindings|ale|8.1.0 delphi-pack|ale|2.0.0 numbered-bookmarks|ale|6.2.1 pascal|ale|8.0.3 pascal-formatter|ale|2.2.0 ng-template|Ang|0.900.4 vscode-eslint|dba|2.0.14 EditorConfig|Edi|0.14.4 vscode-npm-script|eg2|0.3.10 prettier-vscode|esb|3.18.0 angular-essentials|joh|0.6.3 Angular2|joh|8.3.0 vscode-peacock|joh|3.2.0 vscode-kubernetes-tools|ms-|1.0.9 powershell|ms-|2020.1.0 vscode-typescript-tslint-plugin|ms-|1.2.3 team|ms-|1.161.0 debugger-for-chrome|msj|4.12.5 angular2-inline|nat|0.0.17 angular-console|nrw|10.0.0 vscode-jest|Ort|3.1.1 material-icon-theme|PKi|3.9.2 vscode-yaml|red|0.6.1 (2 theme extensions excluded)
IllusionMH commented 4 years ago

/needsMoreInfo

Is it reproducible with all extensions disabled? You can try this with F1 and >Developer: Reload Window With Extensions Disabled

Most likely they are overriden by delphi-keybindings extension. image

vscodebot[bot] commented 4 years ago

Thanks for creating this issue! We figured it's missing some basic information or in some other way doesn't follow our issue reporting guidelines. Please take the time to review these and update the issue.

Happy Coding!

jefferyp1138A commented 4 years ago

Yes, disabling the Delphi Keymap corrected the problem. Thanks for the quick response.