LCL: comment

git-svn-id: trunk@24190 -
This commit is contained in:
mattias 2010-03-24 14:26:29 +00:00
parent 50ba07eaa8
commit 387e635060

View File

@ -1492,8 +1492,9 @@ end;
procedure RaiseGDBException(const Msg: string);
Raises an exception.
gdb does normally not catch fpc Exception objects, therefore this procedure
raises a standard AV which is catched by gdb.
Normally gdb does not catch fpc Exception objects, therefore this procedure
raises a standard "division by zero" exception which is catched by gdb.
This allows to stop a program, without extra gdb configuration.
------------------------------------------------------------------------------}
procedure RaiseGDBException(const Msg: string);
begin