mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-15 14:54:09 +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
|
@ -265,7 +265,8 @@ namespace IDE
|
|||
Add("Show Watches", new => gApp.ShowWatches);
|
||||
Add("Show Workspace Explorer", new => gApp.ShowWorkspacePanel);
|
||||
Add("Start Debugging", new => gApp.[Friend]RunWithCompiling);
|
||||
Add("Start Without Debugging", new => gApp.[Friend]RunWithoutCompiling);
|
||||
Add("Start Without Debugging", new => gApp.[Friend]RunWithoutDebugging);
|
||||
Add("Start Without Compiling", new => gApp.[Friend]RunWithoutCompiling);
|
||||
Add("Step Into", new => gApp.[Friend]StepInto);
|
||||
Add("Step Out", new => gApp.[Friend]StepOut);
|
||||
Add("Step Over", new => gApp.[Friend]StepOver);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue