mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-30 00:18:19 +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)
|
(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"/>
|
||||||
|
@ -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;
|
||||||
|
@ -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"/>
|
||||||
|
Loading…
Reference in New Issue
Block a user