Class TFormDebugMapper (unit DebugFRM) |
Inherits from
TDebugMapper
TDebugMapper is defined in debugger.pas
constructor Create;
- ignore exception !
raising an exception here would lead to disastrous
results, namely: the application would cease away,
as a "new" exception raised in an exception handler
is a terminal error condition.
procedure AppException(Sender: TObject; Ex: Exception);
property DialogTitle : string
determines which dialog title to use
property IgnoreEAbort : boolean
note: the "default" specifier is just provided for faster reading;
it does not have any effect on this class } { ignore EAbort exceptions
property PublicIfNoMatch : boolean
if there is no line number information for the given address,
show the public symbol that this address can most probably
attributed to?
property ShowFile : boolean
show filename information in dialog
property ShowLine : boolean
show line information in dialog
property ShowMatch : boolean
display information on how the address maps to a line
property ShowTime : boolean
show the time at which the exception handling code was invoked ?
FDialogTitle : string;
FIgnoreEAbort : boolean;
FPublicIfNoMatch : boolean;
FShowFile : boolean;
FShowLine : boolean;
FShowMatch : boolean;
FShowTime : boolean;
constructor Create;
ignore exception !
raising an exception here would lead to disastrous
results, namely: the application would cease away,
as a "new" exception raised in an exception handler
is a terminal error condition.
procedure AppException(Sender: TObject; Ex: Exception);
property DialogTitle : string
determines which dialog title to use
property IgnoreEAbort : boolean
note: the "default" specifier is just provided for faster reading;
it does not have any effect on this class } { ignore EAbort exceptions
property PublicIfNoMatch : boolean
if there is no line number information for the given address,
show the public symbol that this address can most probably
attributed to?
property ShowFile : boolean
show filename information in dialog
property ShowLine : boolean
show line information in dialog
property ShowMatch : boolean
display information on how the address maps to a line
property ShowTime : boolean
show the time at which the exception handling code was invoked ?
FDialogTitle : string;
FIgnoreEAbort : boolean;
FPublicIfNoMatch : boolean;
FShowFile : boolean;
FShowLine : boolean;
FShowMatch : boolean;
FShowTime : boolean;