mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 14:00:38 +02:00
lldb debugger: fix continue running
git-svn-id: trunk@58512 -
This commit is contained in:
parent
e10300985b
commit
2cf32ee41e
@ -573,7 +573,7 @@ constructor TLldbInstructionProcessStep.Create(
|
|||||||
AStepAction: TLldbInstructionProcessStepAction);
|
AStepAction: TLldbInstructionProcessStepAction);
|
||||||
begin
|
begin
|
||||||
case AStepAction of
|
case AStepAction of
|
||||||
saContinue: inherited Create('thread continue');
|
saContinue: inherited Create('process continue');
|
||||||
saOver: inherited Create('thread step-over');
|
saOver: inherited Create('thread step-over');
|
||||||
saInto: inherited Create('thread step-in');
|
saInto: inherited Create('thread step-in');
|
||||||
saOut: inherited Create('thread step-out');
|
saOut: inherited Create('thread step-out');
|
||||||
|
Loading…
Reference in New Issue
Block a user