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:
parent
25b8cdc808
commit
9010d8ed47
4 changed files with 109 additions and 45 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue