mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Fixed enabling for Stop Debugging
This commit is contained in:
parent
1bb6a2c0e5
commit
3280238ade
1 changed files with 1 additions and 1 deletions
|
@ -5085,7 +5085,7 @@ namespace IDE
|
|||
AddMenuItem(subMenu, "Start With&out Compiling", "Start Without Compiling", new => UpdateMenuItem_DebugStopped_HasWorkspace);
|
||||
AddMenuItem(subMenu, "&Launch Process...", "Launch Process", new => UpdateMenuItem_DebugStopped);
|
||||
AddMenuItem(subMenu, "&Attach to Process...", "Attach to Process", new => UpdateMenuItem_DebugStopped);
|
||||
AddMenuItem(subMenu, "&Stop Debugging", "Stop Debugging", new => UpdateMenuItem_DebugNotPaused);
|
||||
AddMenuItem(subMenu, "&Stop Debugging", "Stop Debugging", new => UpdateMenuItem_DebugRunning);
|
||||
AddMenuItem(subMenu, "Break All", "Break All", new => UpdateMenuItem_DebugNotPaused);
|
||||
AddMenuItem(subMenu, "Remove All Breakpoints", "Remove All Breakpoints");
|
||||
AddMenuItem(subMenu, "Show &Disassembly", "Show Disassembly");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue