[Overview][Resource strings][Types][Procedures and functions][Variables][Index] |
Initialize the debug client.
Source position: dbugintf.pp line 46
function InitDebugClient: Boolean; |
const ShowPID: Boolean; |
const ServerLogFilename: string = '' |
):Boolean; |
True if the client was successfully started.
ShowPID |
|
True to display the Process ID in debug messages |
ServerLogFilename |
|
Log file name where the debug server writes log messages |
InitDebugClient starts the debug server and then performs all necessary initialization of the debug IPC communication channel.
Normally this function should not be called. The SendDebug call will initialize the debug client when it is first called.
None.
|
Send a message to the debug server. |
|
|
Start the debug server |