LazDebuggerFp (pure): Fixed AV on Windows

git-svn-id: trunk@44690 -
This commit is contained in:
joost 2014-04-11 21:13:20 +00:00
parent c7e539dc46
commit 14698396ff

View File

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