mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:23:48 +02: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>
|
||||
<!-- procedure Visibility: default -->
|
||||
<element name="DebugLn">
|
||||
<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>
|
||||
<errors/>
|
||||
<short></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>
|
||||
<seealso/>
|
||||
</element>
|
||||
<!-- argument Visibility: default -->
|
||||
@ -1762,7 +1768,7 @@
|
||||
</element>
|
||||
<!-- function Visibility: default -->
|
||||
<element name="DbgS">
|
||||
<short></short>
|
||||
<short/>
|
||||
<descr>"Converts a pointer to a hexidecimal string."</descr>
|
||||
<errors>""</errors>
|
||||
<seealso/>
|
||||
|
Loading…
Reference in New Issue
Block a user