LazDebuggerFp (pure): Fixed single-stepping which was broken since r44690 #14698396ff

git-svn-id: trunk@44703 -
This commit is contained in:
joost 2014-04-12 16:19:20 +00:00
parent 34d9fbe2f4
commit 0e62389d08

View File

@ -167,11 +167,11 @@ begin
FCurrentProcess := FMainProcess;
if not FCurrentProcess.GetThread(AThreadIdentifier, FCurrentThread)
then Log('LOOP: Unable to retrieve current thread')
else
FCurrentThread.SingleStepping:=false;
then Log('LOOP: Unable to retrieve current thread');
FPDEvent:=FCurrentProcess.ResolveDebugEvent(FCurrentThread);
if assigned(FCurrentThread) then
FCurrentThread.SingleStepping:=false;
case FPDEvent of
deCreateProcess :
begin