| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Format and send a debug message
Source position: dbugintf.pp line 34
procedure SendDebugFmt(  | 
const Msg: string;  | 
const Args: array of Const  | 
);  | 
Msg  | 
  | 
Template for message  | 
Args  | 
  | 
Arguments to be inserted in template  | 
SendDebugFmt is a utility routine which formats a message by passing Msg and Args to Format and sends the result to the debug server using SendDebug. It exists mainly to avoid the Format call in calling code.
None.
  | 
Send a message to the debug server.  | 
|
  | 
Send debug message other than informational messages  | 
|
  | 
Format and send message with alternate type  | 
|