mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 20:28:56 +00:00
Added a "Step Out" (aka "Step return") function to the debugger.
Conflicts: Source/Core/DolphinWX/Debugger/CodeWindow.h
This commit is contained in:
parent
f895648eb9
commit
219a5078e8
3 changed files with 28 additions and 0 deletions
|
@ -126,6 +126,7 @@ private:
|
|||
// Debugger functions
|
||||
void SingleStep();
|
||||
void StepOver();
|
||||
void StepOut();
|
||||
void ToggleBreakpoint();
|
||||
|
||||
void UpdateLists();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue