mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 17:28:00 +02:00
Added Diagnostics panel
This commit is contained in:
parent
015470203b
commit
86a41649ec
12 changed files with 150 additions and 76 deletions
|
@ -254,6 +254,7 @@ namespace IDE
|
|||
Add("Show Call Stack", new => gApp.ShowCallstack);
|
||||
Add("Show Class View", new => gApp.ShowClassViewPanel);
|
||||
Add("Show Current", new => gApp.Cmd_ShowCurrent);
|
||||
Add("Show Diagnostics", new => gApp.ShowDiagnostics);
|
||||
Add("Show Disassembly", new => gApp.[Friend]ShowDisassemblyAtStack);
|
||||
Add("Show Errors", new => gApp.[Friend]ShowErrors);
|
||||
Add("Show Error Next", new => gApp.ShowErrorNext);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue