mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-02 05:19:44 +01: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);
|
||||
begin
|
||||
case AStepAction of
|
||||
saContinue: inherited Create('thread continue');
|
||||
saContinue: inherited Create('process continue');
|
||||
saOver: inherited Create('thread step-over');
|
||||
saInto: inherited Create('thread step-in');
|
||||
saOut: inherited Create('thread step-out');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user