mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-17 15:59:13 +02:00
debugtest program:
+ added .lpi to store dependencies * fixed some compilation errors (15759) git-svn-id: trunk@23962 -
This commit is contained in:
parent
599776e2f2
commit
685987a64a
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -2303,6 +2303,7 @@ debugger/processlist.pas svneol=native#text/pascal
|
|||||||
debugger/registersdlg.lfm svneol=native#text/pascal
|
debugger/registersdlg.lfm svneol=native#text/pascal
|
||||||
debugger/registersdlg.pp svneol=native#text/pascal
|
debugger/registersdlg.pp svneol=native#text/pascal
|
||||||
debugger/sshgdbmidebugger.pas svneol=native#text/pascal
|
debugger/sshgdbmidebugger.pas svneol=native#text/pascal
|
||||||
|
debugger/test/debugtest.lpi svneol=native#text/plain
|
||||||
debugger/test/debugtest.pp svneol=native#text/pascal
|
debugger/test/debugtest.pp svneol=native#text/pascal
|
||||||
debugger/test/debugtestform.lrs svneol=native#text/pascal
|
debugger/test/debugtestform.lrs svneol=native#text/pascal
|
||||||
debugger/test/debugtestform.pp svneol=native#text/pascal
|
debugger/test/debugtestform.pp svneol=native#text/pascal
|
||||||
|
95
debugger/test/debugtest.lpi
Normal file
95
debugger/test/debugtest.lpi
Normal file
@ -0,0 +1,95 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<CONFIG>
|
||||||
|
<ProjectOptions>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<Version Value="7"/>
|
||||||
|
<General>
|
||||||
|
<Flags>
|
||||||
|
<UseDefaultCompilerOptions Value="True"/>
|
||||||
|
</Flags>
|
||||||
|
<SessionStorage Value="InIDEConfig"/>
|
||||||
|
<MainUnit Value="0"/>
|
||||||
|
<TargetFileExt Value=".exe"/>
|
||||||
|
<ResourceType Value="res"/>
|
||||||
|
<UseXPManifest Value="True"/>
|
||||||
|
<Icon Value="0"/>
|
||||||
|
</General>
|
||||||
|
<VersionInfo>
|
||||||
|
<Language Value=""/>
|
||||||
|
<CharSet Value=""/>
|
||||||
|
<StringTable Comments="" CompanyName="" FileDescription="" FileVersion="" InternalName="" LegalCopyright="" LegalTrademarks="" OriginalFilename="" ProductName="" ProductVersion=""/>
|
||||||
|
</VersionInfo>
|
||||||
|
<PublishOptions>
|
||||||
|
<Version Value="2"/>
|
||||||
|
<IgnoreBinaries Value="False"/>
|
||||||
|
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
|
||||||
|
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
|
||||||
|
</PublishOptions>
|
||||||
|
<RunParams>
|
||||||
|
<local>
|
||||||
|
<FormatVersion Value="1"/>
|
||||||
|
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
|
||||||
|
</local>
|
||||||
|
</RunParams>
|
||||||
|
<RequiredPackages Count="4">
|
||||||
|
<Item1>
|
||||||
|
<PackageName Value="SynEdit"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<PackageName Value="IDEIntf"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<PackageName Value="CodeTools"/>
|
||||||
|
</Item3>
|
||||||
|
<Item4>
|
||||||
|
<PackageName Value="LCL"/>
|
||||||
|
</Item4>
|
||||||
|
</RequiredPackages>
|
||||||
|
<Units Count="1">
|
||||||
|
<Unit0>
|
||||||
|
<Filename Value="debugtest.pp"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="debugtest"/>
|
||||||
|
</Unit0>
|
||||||
|
</Units>
|
||||||
|
</ProjectOptions>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="8"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<Target>
|
||||||
|
<Filename Value="project1"/>
|
||||||
|
</Target>
|
||||||
|
<SearchPaths>
|
||||||
|
<OtherUnitFiles Value="$(LazarusDir)\units\$(TargetCPU)-$(TargetOS)\"/>
|
||||||
|
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<UseAnsiStrings Value="True"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
|
<Linking>
|
||||||
|
<Options>
|
||||||
|
<Win32>
|
||||||
|
<GraphicApplication Value="True"/>
|
||||||
|
</Win32>
|
||||||
|
</Options>
|
||||||
|
</Linking>
|
||||||
|
<Other>
|
||||||
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
|
</Other>
|
||||||
|
</CompilerOptions>
|
||||||
|
<Debugging>
|
||||||
|
<Exceptions Count="3">
|
||||||
|
<Item1>
|
||||||
|
<Name Value="EAbort"/>
|
||||||
|
</Item1>
|
||||||
|
<Item2>
|
||||||
|
<Name Value="ECodetoolError"/>
|
||||||
|
</Item2>
|
||||||
|
<Item3>
|
||||||
|
<Name Value="EFOpenError"/>
|
||||||
|
</Item3>
|
||||||
|
</Exceptions>
|
||||||
|
</Debugging>
|
||||||
|
</CONFIG>
|
@ -8,6 +8,8 @@ uses
|
|||||||
Classes, Forms, DebugTestForm, BreakpointsDlg, LocalsDlg,
|
Classes, Forms, DebugTestForm, BreakpointsDlg, LocalsDlg,
|
||||||
Interfaces, Unit1;
|
Interfaces, Unit1;
|
||||||
|
|
||||||
|
{$R debugtest.res}
|
||||||
|
|
||||||
begin
|
begin
|
||||||
Application.Initialize;
|
Application.Initialize;
|
||||||
Application.CreateForm(TDebugTestForm, DebugTestFrm);
|
Application.CreateForm(TDebugTestForm, DebugTestFrm);
|
||||||
|
@ -25,7 +25,7 @@ interface
|
|||||||
|
|
||||||
uses
|
uses
|
||||||
Classes, Graphics, Controls, Forms, Dialogs, LResources,
|
Classes, Graphics, Controls, Forms, Dialogs, LResources,
|
||||||
Buttons, StdCtrls, Debugger, DbgOutputForm, BreakpointsDlg,
|
Buttons, StdCtrls, Debugger, DebugOutputForm, BreakpointsDlg,
|
||||||
LocalsDlg, WatchesDlg, CallStackDlg;
|
LocalsDlg, WatchesDlg, CallStackDlg;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user