~ubuntu-branches/ubuntu/saucy/lazarus/saucy

« back to all changes in this revision

Viewing changes to debugger/test/Gdbmi/TestGdbmi.lpi

  • Committer: Package Import Robot
  • Author(s): Paul Gevers, Abou Al Montacir, Bart Martens, Paul Gevers
  • Date: 2013-06-08 14:12:17 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20130608141217-7k0cy9id8ifcnutc
Tags: 1.0.8+dfsg-1
[ Abou Al Montacir ]
* New upstream major release and multiple maintenace release offering many
  fixes and new features marking a new milestone for the Lazarus development
  and its stability level.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_fixes_branch
* LCL changes:
  - LCL is now a normal package.
      + Platform independent parts of the LCL are now in the package LCLBase
      + LCL is automatically recompiled when switching the target platform,
        unless pre-compiled binaries for this target are already installed.
      + No impact on existing projects.
      + Linker options needed by LCL are no more added to projects that do
        not use the LCL package.
  - Minor changes in LCL basic classes behaviour
      + TCustomForm.Create raises an exception if a form resource is not
        found.
      + TNotebook and TPage: a new implementation of these classes was added.
      + TDBNavigator: It is now possible to have focusable buttons by setting
        Options = [navFocusableButtons] and TabStop = True, useful for
        accessibility and for devices with neither mouse nor touch screen.
      + Names of TControlBorderSpacing.GetSideSpace and GetSpace were swapped
        and are now consistent. GetSideSpace = Around + GetSpace.
      + TForm.WindowState=wsFullscreen was added
      + TCanvas.TextFitInfo was added to calculate how many characters will
        fit into a specified Width. Useful for word-wrapping calculations.
      + TControl.GetColorResolvingParent and
        TControl.GetRGBColorResolvingParent were added, simplifying the work
        to obtain the final color of the control while resolving clDefault
        and the ParentColor.
      + LCLIntf.GetTextExtentExPoint now has a good default implementation
        which works in any platform not providing a specific implementation.
        However, Widgetset specific implementation is better, when available.
      + TTabControl was reorganized. Now it has the correct class hierarchy
        and inherits from TCustomTabControl as it should.
  - New unit in the LCL:
      + lazdialogs.pas: adds non-native versions of various native dialogs,
        for example TLazOpenDialog, TLazSaveDialog, TLazSelectDirectoryDialog.
        It is used by widgetsets which either do not have a native dialog, or
        do not wish to use it because it is limited. These dialogs can also be
        used by user applications directly.
      + lazdeviceapis.pas: offers an interface to more hardware devices such
        as the accelerometer, GPS, etc. See LazDeviceAPIs
      + lazcanvas.pas: provides a TFPImageCanvas descendent implementing
        drawing in a LCL-compatible way, but 100% in Pascal.
      + lazregions.pas. LazRegions is a wholly Pascal implementation of
        regions for canvas clipping, event clipping, finding in which control
        of a region tree one an event should reach, for drawing polygons, etc.
      + customdrawncontrols.pas, customdrawndrawers.pas,
        customdrawn_common.pas, customdrawn_android.pas and
        customdrawn_winxp.pas: are the Lazarus Custom Drawn Controls -controls
        which imitate the standard LCL ones, but with the difference that they
        are non-native and support skinning.
  - New APIs added to the LCL to improve support of accessibility software
    such as screen readers.
* IDE changes:
  - Many improvments.
  - The detailed list of changes can be found here:
    http://wiki.lazarus.freepascal.org/New_IDE_features_since#v1.0_.282012-08-29.29
    http://wiki.lazarus.freepascal.org/Lazarus_1.0_release_notes#IDE_Changes
* Debugger / Editor changes:
  - Added pascal sources and breakpoints to the disassembler
  - Added threads dialog.
* Components changes:
  - TAChart: many fixes and new features
  - CodeTool: support Delphi style generics and new syntax extensions.
  - AggPas: removed to honor free licencing. (Closes: Bug#708695)
[Bart Martens]
* New debian/watch file fixing issues with upstream RC release.
[Abou Al Montacir]
* Avoid changing files in .pc hidden directory, these are used by quilt for
  internal purpose and could lead to surprises during build.
[Paul Gevers]
* Updated get-orig-source target and it compinion script orig-tar.sh so that they
  repack the source file, allowing bug 708695 to be fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
    <Version Value="9"/>
5
5
    <PathDelim Value="\"/>
6
6
    <General>
 
7
      <SessionStorage Value="InProjectDir"/>
7
8
      <MainUnit Value="0"/>
8
9
      <ResourceType Value="res"/>
9
10
      <UseXPManifest Value="True"/>
10
 
      <ActiveWindowIndexAtStart Value="0"/>
11
11
    </General>
12
12
    <i18n>
13
13
      <EnableI18N LFM="False"/>
15
15
    <VersionInfo>
16
16
      <StringTable ProductVersion=""/>
17
17
    </VersionInfo>
18
 
    <BuildModes Count="1" Active="Default">
 
18
    <BuildModes Count="1">
19
19
      <Item1 Name="Default" Default="True"/>
20
20
    </BuildModes>
21
21
    <PublishOptions>
26
26
    <RunParams>
27
27
      <local>
28
28
        <FormatVersion Value="1"/>
29
 
        <LaunchingApplication PathPlusParams="\usr\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/>
30
29
      </local>
31
30
    </RunParams>
32
 
    <RequiredPackages Count="4">
 
31
    <RequiredPackages Count="5">
33
32
      <Item1>
 
33
        <PackageName Value="LCLBase"/>
 
34
        <MinVersion Major="1" Release="1" Valid="True"/>
 
35
      </Item1>
 
36
      <Item2>
34
37
        <PackageName Value="ide"/>
35
 
      </Item1>
36
 
      <Item2>
 
38
      </Item2>
 
39
      <Item3>
37
40
        <PackageName Value="FPCUnitTestRunner"/>
38
 
      </Item2>
39
 
      <Item3>
 
41
      </Item3>
 
42
      <Item4>
40
43
        <PackageName Value="LCL"/>
41
 
      </Item3>
42
 
      <Item4>
 
44
      </Item4>
 
45
      <Item5>
43
46
        <PackageName Value="FCL"/>
44
 
      </Item4>
 
47
      </Item5>
45
48
    </RequiredPackages>
46
 
    <Units Count="28">
 
49
    <Units Count="11">
47
50
      <Unit0>
48
51
        <Filename Value="TestGdbmi.lpr"/>
49
52
        <IsPartOfProject Value="True"/>
50
53
        <UnitName Value="TestGdbmi"/>
51
 
        <UsageCount Value="72"/>
52
54
      </Unit0>
53
55
      <Unit1>
54
56
        <Filename Value="testexception.pas"/>
55
57
        <IsPartOfProject Value="True"/>
56
58
        <UnitName Value="TestException"/>
57
 
        <EditorIndex Value="0"/>
58
 
        <WindowIndex Value="0"/>
59
 
        <TopLine Value="17"/>
60
 
        <CursorPos X="1" Y="51"/>
61
 
        <ExtraEditorCount Value="1"/>
62
 
        <ExtraEditor1>
63
 
          <WindowIndex Value="1"/>
64
 
          <TopLine Value="17"/>
65
 
          <CursorPos X="1" Y="56"/>
66
 
        </ExtraEditor1>
67
 
        <UsageCount Value="72"/>
68
 
        <Loaded Value="True"/>
69
59
      </Unit1>
70
60
      <Unit2>
71
 
        <Filename Value="compilehelpers.pas"/>
72
 
        <UnitName Value="CompileHelpers"/>
73
 
        <WindowIndex Value="1"/>
74
 
        <TopLine Value="29"/>
75
 
        <CursorPos X="1" Y="79"/>
76
 
        <UsageCount Value="34"/>
 
61
        <Filename Value="testbase.pas"/>
 
62
        <IsPartOfProject Value="True"/>
 
63
        <UnitName Value="TestBase"/>
77
64
      </Unit2>
78
65
      <Unit3>
79
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\objpas\classes\classesh.inc"/>
80
 
        <WindowIndex Value="0"/>
81
 
        <TopLine Value="599"/>
82
 
        <CursorPos X="14" Y="634"/>
83
 
        <UsageCount Value="8"/>
 
66
        <Filename Value="testwatches.pas"/>
 
67
        <IsPartOfProject Value="True"/>
 
68
        <UnitName Value="TestWatches"/>
84
69
      </Unit3>
85
70
      <Unit4>
86
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\objpas\classes\stringl.inc"/>
87
 
        <WindowIndex Value="0"/>
88
 
        <TopLine Value="1160"/>
89
 
        <CursorPos X="3" Y="1170"/>
90
 
        <UsageCount Value="8"/>
 
71
        <Filename Value="TestApps\WatchesPrgSimple.inc"/>
 
72
        <IsPartOfProject Value="True"/>
91
73
      </Unit4>
92
74
      <Unit5>
93
 
        <Filename Value="testbase.pas"/>
 
75
        <Filename Value="TestApps\WatchesPrgString.inc"/>
94
76
        <IsPartOfProject Value="True"/>
95
 
        <UnitName Value="TestBase"/>
96
 
        <EditorIndex Value="3"/>
97
 
        <WindowIndex Value="0"/>
98
 
        <TopLine Value="102"/>
99
 
        <CursorPos X="69" Y="129"/>
100
 
        <IsLocked Value="True"/>
101
 
        <ExtraEditorCount Value="1"/>
102
 
        <ExtraEditor1>
103
 
          <IsVisibleTab Value="True"/>
104
 
          <WindowIndex Value="1"/>
105
 
          <TopLine Value="616"/>
106
 
          <CursorPos X="1" Y="652"/>
107
 
        </ExtraEditor1>
108
 
        <UsageCount Value="66"/>
109
 
        <Loaded Value="True"/>
110
77
      </Unit5>
111
78
      <Unit6>
112
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
113
 
        <UnitName Value="GDBMIDebugger"/>
114
 
        <IsVisibleTab Value="True"/>
115
 
        <EditorIndex Value="1"/>
116
 
        <WindowIndex Value="0"/>
117
 
        <TopLine Value="3255"/>
118
 
        <CursorPos X="18" Y="3281"/>
119
 
        <UsageCount Value="34"/>
120
 
        <Loaded Value="True"/>
 
79
        <Filename Value="testgdbtype.pas"/>
 
80
        <IsPartOfProject Value="True"/>
 
81
        <UnitName Value="TestGdbType"/>
121
82
      </Unit6>
122
83
      <Unit7>
123
 
        <Filename Value="..\..\..\lcl\lclproc.pas"/>
124
 
        <UnitName Value="LCLProc"/>
125
 
        <WindowIndex Value="0"/>
126
 
        <TopLine Value="3152"/>
127
 
        <CursorPos X="3" Y="3159"/>
128
 
        <UsageCount Value="8"/>
 
84
        <Filename Value="testgdbmicontrol.pas"/>
 
85
        <IsPartOfProject Value="True"/>
 
86
        <ComponentName Value="TestControlForm"/>
 
87
        <ResourceBaseClass Value="Form"/>
 
88
        <UnitName Value="TestGDBMIControl"/>
129
89
      </Unit7>
130
90
      <Unit8>
131
 
        <Filename Value="A:\debugger\test\Gdbmi\gdblist.txt"/>
132
 
        <WindowIndex Value="0"/>
133
 
        <TopLine Value="1"/>
134
 
        <CursorPos X="7" Y="42"/>
135
 
        <UsageCount Value="34"/>
136
 
        <DefaultSyntaxHighlighter Value="None"/>
 
91
        <Filename Value="testbreakpoint.pas"/>
 
92
        <IsPartOfProject Value="True"/>
 
93
        <UnitName Value="TestBreakPoint"/>
137
94
      </Unit8>
138
95
      <Unit9>
139
 
        <Filename Value="A:\debugger\test\Gdbmi\fpclist.txt"/>
140
 
        <WindowIndex Value="0"/>
141
 
        <TopLine Value="1"/>
142
 
        <CursorPos X="18" Y="3"/>
143
 
        <UsageCount Value="34"/>
144
 
        <DefaultSyntaxHighlighter Value="None"/>
 
96
        <Filename Value="testdisass.pas"/>
 
97
        <IsPartOfProject Value="True"/>
 
98
        <UnitName Value="TestDisAss"/>
145
99
      </Unit9>
146
100
      <Unit10>
147
 
        <Filename Value="A:\debugger\test\Gdbmi\gdblist - Copy.txt"/>
148
 
        <WindowIndex Value="0"/>
149
 
        <TopLine Value="1"/>
150
 
        <CursorPos X="1" Y="2"/>
151
 
        <UsageCount Value="5"/>
152
 
        <DefaultSyntaxHighlighter Value="None"/>
 
101
        <Filename Value="testenvironment.pas"/>
 
102
        <IsPartOfProject Value="True"/>
 
103
        <UnitName Value="TestEnvironment"/>
153
104
      </Unit10>
154
 
      <Unit11>
155
 
        <Filename Value="..\..\..\test\testlpi.pas"/>
156
 
        <UnitName Value="TestLpi"/>
157
 
        <WindowIndex Value="1"/>
158
 
        <TopLine Value="71"/>
159
 
        <CursorPos X="20" Y="129"/>
160
 
        <UsageCount Value="33"/>
161
 
      </Unit11>
162
 
      <Unit12>
163
 
        <Filename Value="C:\FPC\SVN\trunc\packages\fcl-fpcunit\src\fpcunit.pp"/>
164
 
        <UnitName Value="fpcunit"/>
165
 
        <WindowIndex Value="1"/>
166
 
        <TopLine Value="992"/>
167
 
        <CursorPos X="1" Y="1026"/>
168
 
        <UsageCount Value="20"/>
169
 
      </Unit12>
170
 
      <Unit13>
171
 
        <Filename Value="A:\debugger\test\Gdbmi\TestApps\ExceptPrg.pas"/>
172
 
        <UnitName Value="ExceptPrg"/>
173
 
        <WindowIndex Value="0"/>
174
 
        <TopLine Value="1"/>
175
 
        <CursorPos X="5" Y="21"/>
176
 
        <UsageCount Value="19"/>
177
 
      </Unit13>
178
 
      <Unit14>
179
 
        <Filename Value="C:\FPC\SVN\trunc\packages\fcl-fpcunit\src\testregistry.pp"/>
180
 
        <UnitName Value="testregistry"/>
181
 
        <WindowIndex Value="1"/>
182
 
        <TopLine Value="86"/>
183
 
        <CursorPos X="24" Y="117"/>
184
 
        <UsageCount Value="10"/>
185
 
        <Bookmarks Count="1">
186
 
          <Item0 X="1" Y="30" ID="1"/>
187
 
        </Bookmarks>
188
 
      </Unit14>
189
 
      <Unit15>
190
 
        <Filename Value="..\..\..\components\fpcunit\guitestrunner.pas"/>
191
 
        <UnitName Value="GuiTestRunner"/>
192
 
        <WindowIndex Value="1"/>
193
 
        <TopLine Value="668"/>
194
 
        <CursorPos X="1" Y="712"/>
195
 
        <UsageCount Value="8"/>
196
 
      </Unit15>
197
 
      <Unit16>
198
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\win32\system.pp"/>
199
 
        <UnitName Value="System"/>
200
 
        <WindowIndex Value="1"/>
201
 
        <TopLine Value="2"/>
202
 
        <CursorPos X="2" Y="37"/>
203
 
        <UsageCount Value="9"/>
204
 
      </Unit16>
205
 
      <Unit17>
206
 
        <Filename Value="..\..\..\lcl\fileutil.pas"/>
207
 
        <UnitName Value="FileUtil"/>
208
 
        <WindowIndex Value="1"/>
209
 
        <TopLine Value="75"/>
210
 
        <CursorPos X="10" Y="110"/>
211
 
        <UsageCount Value="9"/>
212
 
      </Unit17>
213
 
      <Unit18>
214
 
        <Filename Value="..\..\..\lcl\include\fileutil.inc"/>
215
 
        <WindowIndex Value="1"/>
216
 
        <TopLine Value="1441"/>
217
 
        <CursorPos X="3" Y="1443"/>
218
 
        <UsageCount Value="9"/>
219
 
      </Unit18>
220
 
      <Unit19>
221
 
        <Filename Value="..\..\..\lcl\include\winfileutil.inc"/>
222
 
        <WindowIndex Value="1"/>
223
 
        <TopLine Value="1"/>
224
 
        <CursorPos X="3" Y="14"/>
225
 
        <UsageCount Value="8"/>
226
 
      </Unit19>
227
 
      <Unit20>
228
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\objpas\sysutils\finah.inc"/>
229
 
        <WindowIndex Value="1"/>
230
 
        <TopLine Value="1"/>
231
 
        <CursorPos X="10" Y="26"/>
232
 
        <UsageCount Value="8"/>
233
 
      </Unit20>
234
 
      <Unit21>
235
 
        <Filename Value="testwatches.pas"/>
236
 
        <IsPartOfProject Value="True"/>
237
 
        <UnitName Value="TestWatches"/>
238
 
        <WindowIndex Value="1"/>
239
 
        <TopLine Value="123"/>
240
 
        <CursorPos X="1" Y="134"/>
241
 
        <UsageCount Value="39"/>
242
 
      </Unit21>
243
 
      <Unit22>
244
 
        <Filename Value="TestApps\WatchesPrg.pas"/>
245
 
        <UnitName Value="WatchesPrg"/>
246
 
        <EditorIndex Value="2"/>
247
 
        <WindowIndex Value="0"/>
248
 
        <TopLine Value="1"/>
249
 
        <CursorPos X="32" Y="39"/>
250
 
        <UsageCount Value="21"/>
251
 
        <Loaded Value="True"/>
252
 
      </Unit22>
253
 
      <Unit23>
254
 
        <Filename Value="..\..\debugger.pp"/>
255
 
        <UnitName Value="Debugger"/>
256
 
        <WindowIndex Value="1"/>
257
 
        <TopLine Value="5526"/>
258
 
        <CursorPos X="53" Y="5567"/>
259
 
        <UsageCount Value="20"/>
260
 
      </Unit23>
261
 
      <Unit24>
262
 
        <Filename Value="..\..\debugutils.pp"/>
263
 
        <UnitName Value="DebugUtils"/>
264
 
        <WindowIndex Value="1"/>
265
 
        <TopLine Value="274"/>
266
 
        <CursorPos X="3" Y="302"/>
267
 
        <UsageCount Value="20"/>
268
 
      </Unit24>
269
 
      <Unit25>
270
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\inc\generic.inc"/>
271
 
        <WindowIndex Value="1"/>
272
 
        <TopLine Value="789"/>
273
 
        <CursorPos X="1" Y="827"/>
274
 
        <UsageCount Value="20"/>
275
 
      </Unit25>
276
 
      <Unit26>
277
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\i386\i386.inc"/>
278
 
        <WindowIndex Value="1"/>
279
 
        <TopLine Value="1558"/>
280
 
        <CursorPos X="1" Y="1603"/>
281
 
        <UsageCount Value="18"/>
282
 
      </Unit26>
283
 
      <Unit27>
284
 
        <Filename Value="C:\FPC\SVN\trunc\rtl\objpas\sysutils\sysstrh.inc"/>
285
 
        <WindowIndex Value="1"/>
286
 
        <TopLine Value="200"/>
287
 
        <CursorPos X="10" Y="266"/>
288
 
        <UsageCount Value="12"/>
289
 
      </Unit27>
290
105
    </Units>
291
 
    <JumpHistory Count="16" HistoryIndex="15">
292
 
      <Position1>
293
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
294
 
        <Caret Line="6638" Column="36" TopLine="6618"/>
295
 
      </Position1>
296
 
      <Position2>
297
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
298
 
        <Caret Line="8964" Column="91" TopLine="8900"/>
299
 
      </Position2>
300
 
      <Position3>
301
 
        <Filename Value="..\..\gdbmidebugger.pp"/>
302
 
        <Caret Line="3000" Column="33" TopLine="2967"/>
303
 
      </Position3>
304
 
      <Position4>
305
 
        <Filename Value="testbase.pas"/>
306
 
        <Caret Line="656" Column="6" TopLine="595"/>
307
 
      </Position4>
308
 
      <Position5>
309
 
        <Filename Value="testbase.pas"/>
310
 
        <Caret Line="637" Column="26" TopLine="595"/>
311
 
      </Position5>
312
 
      <Position6>
313
 
        <Filename Value="testbase.pas"/>
314
 
        <Caret Line="9" Column="52" TopLine="1"/>
315
 
      </Position6>
316
 
      <Position7>
317
 
        <Filename Value="testbase.pas"/>
318
 
        <Caret Line="640" Column="6" TopLine="610"/>
319
 
      </Position7>
320
 
      <Position8>
321
 
        <Filename Value="testbase.pas"/>
322
 
        <Caret Line="652" Column="1" TopLine="616"/>
323
 
      </Position8>
324
 
      <Position9>
325
 
        <Filename Value="testbase.pas"/>
326
 
        <Caret Line="686" Column="1" TopLine="616"/>
327
 
      </Position9>
328
 
      <Position10>
329
 
        <Filename Value="testbase.pas"/>
330
 
        <Caret Line="658" Column="13" TopLine="616"/>
331
 
      </Position10>
332
 
      <Position11>
333
 
        <Filename Value="testbase.pas"/>
334
 
        <Caret Line="652" Column="7" TopLine="616"/>
335
 
      </Position11>
336
 
      <Position12>
337
 
        <Filename Value="testbase.pas"/>
338
 
        <Caret Line="662" Column="42" TopLine="616"/>
339
 
      </Position12>
340
 
      <Position13>
341
 
        <Filename Value="testbase.pas"/>
342
 
        <Caret Line="656" Column="1" TopLine="616"/>
343
 
      </Position13>
344
 
      <Position14>
345
 
        <Filename Value="testbase.pas"/>
346
 
        <Caret Line="658" Column="1" TopLine="616"/>
347
 
      </Position14>
348
 
      <Position15>
349
 
        <Filename Value="testbase.pas"/>
350
 
        <Caret Line="659" Column="1" TopLine="616"/>
351
 
      </Position15>
352
 
      <Position16>
353
 
        <Filename Value="testbase.pas"/>
354
 
        <Caret Line="660" Column="1" TopLine="616"/>
355
 
      </Position16>
356
 
    </JumpHistory>
357
106
  </ProjectOptions>
358
107
  <CompilerOptions>
359
 
    <Version Value="9"/>
 
108
    <Version Value="11"/>
360
109
    <PathDelim Value="\"/>
361
110
    <SearchPaths>
362
111
      <IncludeFiles Value="$(ProjOutDir)"/>
363
112
      <UnitOutputDirectory Value="lib"/>
364
113
    </SearchPaths>
 
114
    <CodeGeneration>
 
115
      <Checks>
 
116
        <IOChecks Value="True"/>
 
117
        <RangeChecks Value="True"/>
 
118
        <OverflowChecks Value="True"/>
 
119
        <StackChecks Value="True"/>
 
120
      </Checks>
 
121
    </CodeGeneration>
 
122
    <Linking>
 
123
      <Debugging>
 
124
        <DebugInfoType Value="dsDwarf2Set"/>
 
125
        <UseHeaptrc Value="True"/>
 
126
      </Debugging>
 
127
    </Linking>
365
128
    <Other>
366
129
      <CompilerMessages>
367
130
        <UseMsgFile Value="True"/>
368
131
      </CompilerMessages>
 
132
      <CustomOptions Value="-gt"/>
369
133
      <CompilerPath Value="$(CompPath)"/>
370
134
    </Other>
371
135
  </CompilerOptions>
372
136
  <Debugging>
373
 
    <Watches Count="1">
374
 
      <Item1>
375
 
        <Expression Value="AppDir"/>
376
 
      </Item1>
377
 
    </Watches>
378
 
    <Exceptions Count="4">
 
137
    <Exceptions Count="5">
379
138
      <Item1>
380
139
        <Name Value="EAbort"/>
381
140
      </Item1>
388
147
      <Item4>
389
148
        <Name Value="EAssertionFailedError"/>
390
149
      </Item4>
 
150
      <Item5>
 
151
        <Name Value="EReadError"/>
 
152
      </Item5>
391
153
    </Exceptions>
392
154
  </Debugging>
393
155
</CONFIG>