mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 19:29:34 +02:00
documented RaiseGDBException
git-svn-id: trunk@7700 -
This commit is contained in:
parent
fcaea16a7a
commit
3ced7b3748
@ -216,9 +216,9 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: public -->
|
||||
<element name="TMethodList.RemoveAllMethodsOfObject">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<short></short>
|
||||
<descr></descr>
|
||||
<errors></errors>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -677,9 +677,10 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: default -->
|
||||
<element name="RaiseGDBException">
|
||||
<short/>
|
||||
<descr/>
|
||||
<errors/>
|
||||
<short>Raises an exception.</short>
|
||||
<descr>Normally, GDB does not catch fpc Exception objects, therefore this procedure raises a standard divide by zero exception which is catched by GDB.
|
||||
</descr>
|
||||
<errors></errors>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -688,15 +689,14 @@
|
||||
</element>
|
||||
<!-- procedure Visibility: default -->
|
||||
<element name="DebugLn">
|
||||
<short></short>
|
||||
<short>Writes a string to the debug output.</short>
|
||||
<descr>Writes a string to the debug output.
|
||||
|
||||
The default debug output is the console.
|
||||
|
||||
This can be overriden by passing the --debug-log=<myfile.txt> parameter on the command line of the application. Then the output is written to <myfile.txt>
|
||||
</descr>
|
||||
<errors>""
|
||||
</errors>
|
||||
<errors></errors>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
|
Loading…
Reference in New Issue
Block a user