Debugger: fix step out

git-svn-id: trunk@58842 -
This commit is contained in:
martin 2018-09-03 15:55:38 +00:00
parent 9fdeb7de5c
commit 51c4594159

View File

@ -2674,7 +2674,7 @@ end;
function TDebugManager.DoStepOutProject: TModalResult;
begin
if (FDebugger = nil) or not(dcRunTo in FDebugger.Commands)
if (FDebugger = nil) or not(dcStepOut in FDebugger.Commands)
then begin
Result := mrAbort;
Exit;