[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Deprecated. Use LazTracer.RaiseGDBException instead.
Source position: lclproc.pas line 142
procedure RaiseGDBException( |
const Msg: string |
); |
Msg |
|
Message for the catchable exception. |
Raises a catchable exception.
Normally, GDB does not catch FPC Exception objects. This procedure raises a standard divide by zero exception which is caught by GDB.
Calls the RaiseGDBException routine in LazTracer.
Deprecated in LCL version 3.99 (Apr 2024).
Version 4.0 | Generated 2025-05-03 | Home |