mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2026-01-03 18:40:33 +01:00
LazDebuggerFp (pure): Fixed single-stepping which was broken since r44690 #14698396ff
git-svn-id: trunk@44703 -
This commit is contained in:
parent
34d9fbe2f4
commit
0e62389d08
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user