FpDebug: version 1.0

git-svn-id: trunk@65231 -
This commit is contained in:
martin 2021-06-14 17:00:52 +00:00
parent d977133558
commit a9bdfda626
3 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,7 @@ File(s) with other licenses (see also header in file(s):
(Any modifications/translations of this file are from duby) (Any modifications/translations of this file are from duby)
"/> "/>
<Version Minor="9"/> <Version Major="1"/>
<Files> <Files>
<Item> <Item>
<Filename Value="fpdbgclasses.pp"/> <Filename Value="fpdbgclasses.pp"/>

View File

@ -3782,7 +3782,7 @@ end;
class function TFpDebugDebugger.Caption: String; class function TFpDebugDebugger.Caption: String;
begin begin
Result:='FpDebug internal Dwarf-debugger (beta)'; Result:='FpDebug internal Dwarf-debugger';
end; end;
class function TFpDebugDebugger.NeedsExePath: boolean; class function TFpDebugDebugger.NeedsExePath: boolean;

View File

@ -3,7 +3,7 @@
<Package Version="5"> <Package Version="5">
<Name Value="LazDebuggerFp"/> <Name Value="LazDebuggerFp"/>
<Type Value="RunAndDesignTime"/> <Type Value="RunAndDesignTime"/>
<Author Value="Joost van der Sluis"/> <Author Value="Joost van der Sluis / Martin Friebe"/>
<CompilerOptions> <CompilerOptions>
<Version Value="11"/> <Version Value="11"/>
<SearchPaths> <SearchPaths>
@ -21,7 +21,7 @@
- It currently supports Windows and Linux. - It currently supports Windows and Linux.
"/> "/>
<License Value="GPLv2"/> <License Value="GPLv2"/>
<Version Minor="9"/> <Version Major="1"/>
<Files> <Files>
<Item> <Item>
<Filename Value="fpdebugdebugger.pas"/> <Filename Value="fpdebugdebugger.pas"/>