| Class TFormDebugMapper (unit DebugFRM) |
TDebugMapper
TDebugMapper is defined in debugger.pas
| Constructors |
constructor Create;| Functions |
procedure AppException(Sender: TObject; Ex: Exception);| Properties |
property DialogTitle : string
property IgnoreEAbort : boolean
property PublicIfNoMatch : boolean
property ShowFile : boolean
property ShowLine : boolean
property ShowMatch : boolean
property ShowTime : boolean| Events |
| Variables |
FDialogTitle : string;
FIgnoreEAbort : boolean;
FPublicIfNoMatch : boolean;
FShowFile : boolean;
FShowLine : boolean;
FShowMatch : boolean;
FShowTime : boolean;| Constructors |
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.
| Functions |
procedure AppException(Sender: TObject; Ex: Exception);| Properties |
property DialogTitle : stringdetermines which dialog title to use
property IgnoreEAbort : booleannote: the "default" specifier is just provided for faster reading; it does not have any effect on this class } { ignore EAbort exceptions
property PublicIfNoMatch : booleanif there is no line number information for the given address, show the public symbol that this address can most probably attributed to?
property ShowFile : booleanshow filename information in dialog
property ShowLine : booleanshow line information in dialog
property ShowMatch : booleandisplay information on how the address maps to a line
property ShowTime : booleanshow the time at which the exception handling code was invoked ?
| Events |
| Variables |
FDialogTitle : string;
FIgnoreEAbort : boolean;
FPublicIfNoMatch : boolean;
FShowFile : boolean;
FShowLine : boolean;
FShowMatch : boolean;
FShowTime : boolean;