mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-17 01:49:25 +02:00
LCL: comment
git-svn-id: trunk@24190 -
This commit is contained in:
parent
50ba07eaa8
commit
387e635060
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user