1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-25 02:58:02 +02:00

Fixed 'Start Without Debugging' vs 'Start Without Compiling'

This commit is contained in:
Brian Fiete 2020-05-13 12:28:20 -07:00
parent 25b8cdc808
commit 9010d8ed47
4 changed files with 109 additions and 45 deletions

View file

@ -500,6 +500,7 @@ namespace IDE
Add("Show Workspace Explorer", "Ctrl+Alt+S");
Add("Start Debugging", "F5");
Add("Start Without Debugging", "Ctrl+F5");
Add("Start Without Compiling", "Alt+F5");
Add("Step Into", "F11");
Add("Step Out", "Shift+F11");
Add("Step Over", "F10");