FpLLDBDebugger: remove "beta" remark

This commit is contained in:
Martin 2023-06-01 19:57:41 +02:00
parent c583496424
commit 6228dce2f2

View File

@ -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;