Skip to content

Commit 72269ef

Browse files
authored
Merge pull request #38 from lfd547/master
MD:添加StepOut功能
2 parents c9f3a1f + 69b55eb commit 72269ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

emmy_debugger/src/emmy_debugger.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -648,6 +648,9 @@ void Debugger::DoAction(DebugAction action)
648648
case DebugAction::Stop:
649649
SetHookState(manager->stateStop);
650650
break;
651+
case DebugAction::StepOut:
652+
SetHookState(manager->stateStepOut);
653+
break;
651654
default: break;
652655
}
653656
}

0 commit comments

Comments
 (0)