From 3ced7b37484d8b34c5dbbd790bbda837654b0ee8 Mon Sep 17 00:00:00 2001 From: vincents Date: Wed, 14 Sep 2005 09:15:30 +0000 Subject: [PATCH] documented RaiseGDBException git-svn-id: trunk@7700 - --- docs/xml/lcl/lclproc.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/xml/lcl/lclproc.xml b/docs/xml/lcl/lclproc.xml index afb8aade78..4448207706 100644 --- a/docs/xml/lcl/lclproc.xml +++ b/docs/xml/lcl/lclproc.xml @@ -216,9 +216,9 @@ - - - + + + @@ -677,9 +677,10 @@ - - - + Raises an exception. + Normally, GDB does not catch fpc Exception objects, therefore this procedure raises a standard divide by zero exception which is catched by GDB. + + @@ -688,15 +689,14 @@ - + Writes a string to the debug output. 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> - "" - +