mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-23 02:19:31 +02:00
FpLLDBDebugger: remove "beta" remark
This commit is contained in:
parent
c583496424
commit
6228dce2f2
@ -1880,7 +1880,7 @@ end;
|
|||||||
|
|
||||||
class function TFpLldbDebugger.Caption: String;
|
class function TFpLldbDebugger.Caption: String;
|
||||||
begin
|
begin
|
||||||
Result := 'LLDB debugger (with fpdebug) (Beta)';
|
Result := 'LLDB debugger (with fpdebug)';
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class function TFpLldbDebugger.ExeBaseName: String;
|
class function TFpLldbDebugger.ExeBaseName: String;
|
||||||
|
Loading…
Reference in New Issue
Block a user