ide: change lazarus.lpi to skip some exceptions

git-svn-id: trunk@23582 -
This commit is contained in:
paul 2010-01-28 09:23:31 +00:00
parent 82dcf25ada
commit 436265c148

View File

@ -19,8 +19,8 @@
<Icon Value="0"/> <Icon Value="0"/>
</General> </General>
<VersionInfo> <VersionInfo>
<Language Value="0403"/> <Language Value="0421"/>
<CharSet Value="04E2"/> <CharSet Value="03A4"/>
</VersionInfo> </VersionInfo>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
@ -48,7 +48,7 @@
<PackageName Value="SynEdit"/> <PackageName Value="SynEdit"/>
</Item4> </Item4>
</RequiredPackages> </RequiredPackages>
<Units Count="69"> <Units Count="70">
<Unit0> <Unit0>
<Filename Value="lazarus.pp"/> <Filename Value="lazarus.pp"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
@ -524,6 +524,11 @@
<ResourceBaseClass Value="Frame"/> <ResourceBaseClass Value="Frame"/>
<UnitName Value="compiler_conditionals_options"/> <UnitName Value="compiler_conditionals_options"/>
</Unit68> </Unit68>
<Unit69>
<Filename Value="debugmanager.pas"/>
<IsPartOfProject Value="True"/>
<UnitName Value="DebugManager"/>
</Unit69>
</Units> </Units>
</ProjectOptions> </ProjectOptions>
<CompilerOptions> <CompilerOptions>
@ -550,4 +555,14 @@
</Other> </Other>
<CompileReasons Compile="False" Build="False" Run="False"/> <CompileReasons Compile="False" Build="False" Run="False"/>
</CompilerOptions> </CompilerOptions>
<Debugging>
<Exceptions Count="2">
<Item1>
<Name Value="ECodeToolError"/>
</Item1>
<Item2>
<Name Value="EReadError"/>
</Item2>
</Exceptions>
</Debugging>
</CONFIG> </CONFIG>