mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-08 17:19:35 +01:00
edited description of debugln (testing EnableLazDoc)
git-svn-id: trunk@7696 -
This commit is contained in:
parent
261a39025a
commit
12d6e19fab
@ -688,9 +688,15 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- procedure Visibility: default -->
|
<!-- procedure Visibility: default -->
|
||||||
<element name="DebugLn">
|
<element name="DebugLn">
|
||||||
<short/>
|
<short></short>
|
||||||
<descr>Writes a string to the console 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>
|
<descr>Writes a string to the debug output.
|
||||||
<errors/>
|
|
||||||
|
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>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
</element>
|
</element>
|
||||||
<!-- argument Visibility: default -->
|
<!-- argument Visibility: default -->
|
||||||
@ -1762,7 +1768,7 @@
|
|||||||
</element>
|
</element>
|
||||||
<!-- function Visibility: default -->
|
<!-- function Visibility: default -->
|
||||||
<element name="DbgS">
|
<element name="DbgS">
|
||||||
<short></short>
|
<short/>
|
||||||
<descr>"Converts a pointer to a hexidecimal string."</descr>
|
<descr>"Converts a pointer to a hexidecimal string."</descr>
|
||||||
<errors>""</errors>
|
<errors>""</errors>
|
||||||
<seealso/>
|
<seealso/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user