Added a "Step Out" (aka "Step return") function to the debugger.

Conflicts:
	Source/Core/DolphinWX/Debugger/CodeWindow.h
This commit is contained in:
skidau
2014-10-15 20:04:23 +11:00
parent f895648eb9
commit 219a5078e8
3 changed files with 28 additions and 0 deletions

View File

@ -126,6 +126,7 @@ private:
// Debugger functions
void SingleStep();
void StepOver();
void StepOut();
void ToggleBreakpoint();
void UpdateLists();