| [Overview][Resource strings][Constants][Types][Procedures and functions][Index] | 
Send method enter message
Source position: dbugintf.pp line 31
procedure SendMethodEnter(  | 
const MethodName: string  | 
);  | 
MethodName  | 
  | 
Name of the entered method  | 
SendMethodEnter sends a "Entering MethodName" message to the debug server. After that it increases the message indentation (currently 2 characters). By sending a corresponding SendMethodExit, the indentation of messages can be decreased again.
By using the SendMethodEnter and SendMethodExit methods at the beginning and end of a procedure/method, it is possible to visually trace program execution.
None.
  | 
Send a message to the debug server.  | 
|
  | 
Send method exit message  | 
|
  | 
Send a separator message  |