mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-03 23:43:49 +02:00
62 lines
1.7 KiB
XML
62 lines
1.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<CONFIG>
|
|
<Package Version="5">
|
|
<Name Value="LazDebuggerFp"/>
|
|
<Type Value="RunAndDesignTime"/>
|
|
<Author Value="Joost van der Sluis"/>
|
|
<CompilerOptions>
|
|
<Version Value="11"/>
|
|
<SearchPaths>
|
|
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
|
|
</SearchPaths>
|
|
<Other>
|
|
<CompilerMessages>
|
|
<IgnoredMessages idx3123="True"/>
|
|
</CompilerMessages>
|
|
<CustomOptions Value="$(IDEBuildOptions)"/>
|
|
</Other>
|
|
</CompilerOptions>
|
|
<Description Value="This package is a debugger backend for the Lazarus-IDE.
|
|
- It is based on FpDebug and requires no external debugger executable.
|
|
- It currently supports Windows and Linux.
|
|
"/>
|
|
<License Value="GPLv2"/>
|
|
<Version Minor="9"/>
|
|
<Files>
|
|
<Item>
|
|
<Filename Value="fpdebugdebugger.pas"/>
|
|
<HasRegisterProc Value="True"/>
|
|
<UnitName Value="FpDebugDebugger"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="fpdebugdebuggerutils.pas"/>
|
|
<UnitName Value="FpDebugDebuggerUtils"/>
|
|
</Item>
|
|
<Item>
|
|
<Filename Value="fpdebugdebuggerworkthreads.pas"/>
|
|
<UnitName Value="FpDebugDebuggerWorkThreads"/>
|
|
</Item>
|
|
</Files>
|
|
<RequiredPkgs>
|
|
<Item>
|
|
<PackageName Value="fpdebug"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="DebuggerIntf"/>
|
|
</Item>
|
|
<Item>
|
|
<PackageName Value="FCL"/>
|
|
</Item>
|
|
</RequiredPkgs>
|
|
<UsageOptions>
|
|
<UnitPath Value="$(PkgOutDir)"/>
|
|
</UsageOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
</PublishOptions>
|
|
<CustomOptions Items="ExternHelp" Version="2">
|
|
<_ExternHelp Items="Count"/>
|
|
</CustomOptions>
|
|
</Package>
|
|
</CONFIG>
|