mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-19 00:20:25 +02:00
Comptime debugging
This commit is contained in:
parent
bbb97d1490
commit
ff2e40e3bf
40 changed files with 6213 additions and 443 deletions
|
@ -225,6 +225,7 @@ namespace IDE
|
|||
Add("Comment Toggle", new => gApp.[Friend]CommentToggle, .Editor);
|
||||
Add("Compile File", new => gApp.Cmd_CompileFile);
|
||||
Add("Debug All Tests", new () => { gApp.[Friend]RunTests(true, true); });
|
||||
Add("Debug Comptime", new => gApp.DebugComptime);
|
||||
Add("Debug Normal Tests", new () => { gApp.[Friend]RunTests(false, true); });
|
||||
Add("Delete All Right", new => gApp.[Friend]DeleteAllRight);
|
||||
Add("Duplicate Line", new () => { gApp.[Friend]DuplicateLine(); });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue