mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 06:39:46 -06:00
Added a "Step Out" (aka "Step return") function to the debugger.
Conflicts: Source/Core/DolphinWX/Debugger/CodeWindow.h
This commit is contained in:
@ -14,6 +14,7 @@ enum
|
||||
{
|
||||
Toolbar_Step,
|
||||
Toolbar_StepOver,
|
||||
Toolbar_StepOut,
|
||||
Toolbar_Skip,
|
||||
Toolbar_GotoPC,
|
||||
Toolbar_SetPC,
|
||||
@ -230,6 +231,7 @@ enum
|
||||
ID_TOOLBAR_DEBUG,
|
||||
IDM_STEP,
|
||||
IDM_STEPOVER,
|
||||
IDM_STEPOUT,
|
||||
IDM_TOGGLE_BREAKPOINT,
|
||||
IDM_SKIP,
|
||||
IDM_SETPC,
|
||||
|
Reference in New Issue
Block a user