mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-27 10:28:51 +02:00
FpDebug: version 1.0
git-svn-id: trunk@65231 -
This commit is contained in:
parent
d977133558
commit
a9bdfda626
@ -39,7 +39,7 @@ File(s) with other licenses (see also header in file(s):
|
||||
|
||||
(Any modifications/translations of this file are from duby)
|
||||
"/>
|
||||
<Version Minor="9"/>
|
||||
<Version Major="1"/>
|
||||
<Files>
|
||||
<Item>
|
||||
<Filename Value="fpdbgclasses.pp"/>
|
||||
|
@ -3782,7 +3782,7 @@ end;
|
||||
|
||||
class function TFpDebugDebugger.Caption: String;
|
||||
begin
|
||||
Result:='FpDebug internal Dwarf-debugger (beta)';
|
||||
Result:='FpDebug internal Dwarf-debugger';
|
||||
end;
|
||||
|
||||
class function TFpDebugDebugger.NeedsExePath: boolean;
|
||||
|
@ -3,7 +3,7 @@
|
||||
<Package Version="5">
|
||||
<Name Value="LazDebuggerFp"/>
|
||||
<Type Value="RunAndDesignTime"/>
|
||||
<Author Value="Joost van der Sluis"/>
|
||||
<Author Value="Joost van der Sluis / Martin Friebe"/>
|
||||
<CompilerOptions>
|
||||
<Version Value="11"/>
|
||||
<SearchPaths>
|
||||
@ -21,7 +21,7 @@
|
||||
- It currently supports Windows and Linux.
|
||||
"/>
|
||||
<License Value="GPLv2"/>
|
||||
<Version Minor="9"/>
|
||||
<Version Major="1"/>
|
||||
<Files>
|
||||
<Item>
|
||||
<Filename Value="fpdebugdebugger.pas"/>
|
||||
|
Loading…
Reference in New Issue
Block a user