mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Fix for stepInto
This commit is contained in:
parent
62346a53b0
commit
1346e241db
1 changed files with 2 additions and 2 deletions
|
@ -3188,10 +3188,10 @@ namespace IDE.ui
|
|||
menuItem.mOnMenuItemSelected.Add(new (evt) => IDEApp.sApp.ShowDisassemblyAtCursor());
|
||||
|
||||
var stepIntoSpecificMenu = menu.AddItem("Step into Specific");
|
||||
stepIntoSpecificMenu.SetDisabled(isPaused);
|
||||
stepIntoSpecificMenu.SetDisabled(!isPaused);
|
||||
stepIntoSpecificMenu.IsParent = true;
|
||||
var stepFilterMenu = menu.AddItem("Step Filter");
|
||||
stepFilterMenu.SetDisabled(isPaused);
|
||||
stepFilterMenu.SetDisabled(!isPaused);
|
||||
stepFilterMenu.IsParent = true;
|
||||
|
||||
if (isPaused)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue