mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -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:
@ -126,6 +126,7 @@ private:
|
||||
// Debugger functions
|
||||
void SingleStep();
|
||||
void StepOver();
|
||||
void StepOut();
|
||||
void ToggleBreakpoint();
|
||||
|
||||
void UpdateLists();
|
||||
|
Reference in New Issue
Block a user