mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 22:09:28 +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;
|
||||
begin
|
||||
Result := 'LLDB debugger (with fpdebug) (Beta)';
|
||||
Result := 'LLDB debugger (with fpdebug)';
|
||||
end;
|
||||
|
||||
class function TFpLldbDebugger.ExeBaseName: String;
|
||||
|
Loading…
Reference in New Issue
Block a user