diff --git a/components/lazdebuggers/lazdebuggerlldb/lldbinstructions.pas b/components/lazdebuggers/lazdebuggerlldb/lldbinstructions.pas index 8d053a3a4a..13544d1831 100644 --- a/components/lazdebuggers/lazdebuggerlldb/lldbinstructions.pas +++ b/components/lazdebuggers/lazdebuggerlldb/lldbinstructions.pas @@ -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');