mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-05 00:04:14 +02:00
47 lines
1.3 KiB
XML
47 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="4">
|
|
<Name Value="LazDebuggerFp"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Joost van der Sluis"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="This package adds a stand-alone debugger to the IDE. For now it is only a proof-of-concept. Evaluating data is not (yet) possible."/>
|
|
<License Value="GPLv2"/>
|
|
<Files Count="1">
|
|
<Item1>
|
|
<Filename Value="fpdebugdebugger.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="FpDebugDebugger"/>
|
|
</Item1>
|
|
</Files>
|
|
<RequiredPkgs Count="3">
|
|
<Item1>
|
|
<PackageName Value="fpdebug"/>
|
|
</Item1>
|
|
<Item2>
|
|
<PackageName Value="DebuggerIntf"/>
|
|
</Item2>
|
|
<Item3>
|
|
<PackageName Value="FCL"/>
|
|
</Item3>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
<_ExternHelp Items="Count"/>
|
|
</CustomOptions>
|
|
</Package>
|
|
</CONFIG>
|