mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 06:09:15 +02:00
LazDebuggerFp (pure): Fixed AV on Windows
git-svn-id: trunk@44690 -
This commit is contained in:
parent
c7e539dc46
commit
14698396ff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user