Docs: LazUtils/laztracer. Removes extra spaces in topics.

This commit is contained in:
dsiders 2022-06-12 23:50:10 +01:00
parent e3cf9c4f5c
commit eb191fd8bf

View File

@ -69,7 +69,7 @@
<short>Raises an exception in the GDB debugger.</short>
<descr>
<p>
<var>RaiseGDBException</var> is a procedure used to raise an exception in the GDB debugger. Normally, GDB does not catch FPC <var>Exception</var> objects. This procedure raises a standard <b>"Division By Zero"</b> exception, which <b>IS</b> caught by GDB. This allows a program to be stopped in the debugger without extra GDB configuration.
<var>RaiseGDBException</var> is a procedure used to raise an exception in the GDB debugger. Normally, GDB does not catch FPC <var>Exception</var> objects. This procedure raises a standard <b>"Division By Zero"</b> exception, which <b>IS</b> caught by GDB. This allows a program to be stopped in the debugger without extra GDB configuration.
</p>
<remark>
For the Amiga platform, Division by Zero errors are not catchable. The program will simply crash.
@ -140,7 +140,7 @@
<short>Gets a string with backtrace information for the specified call stack.</short>
<descr>
<p>
<var>StackTraceAsString</var> is a <var>String</var> function used to get backtrace information for the code addresses specified in <var>AStack</var>. The return value contains lines with the values from <var>GetLineInfo</var> for each of the code addresses.
<var>StackTraceAsString</var> is a <var>String</var> function used to get backtrace information for the code addresses specified in <var>AStack</var>. The return value contains lines with the values from <var>GetLineInfo</var> for each of the code addresses.
</p>
<p>
<var>UseCache</var> indicates if cached line information from an internal AVL tree can be used in the routine. It is passed as an argument in calls to the <var>GetLineInfo</var> routine.