[Overview][Resource strings][Constants][Types][Procedures and functions] Reference for unit 'dbugintf' (#fcl)

InitDebugClient

Initialize the debug client.

Declaration

Source position: dbugintf.pp line 40

procedure InitDebugClient;

Description

InitDebugClientstarts the debug server and then performs all necessary initialization of the debug IPC communication channel.

Normally this function should not be called. The SendDebugcall will initialize the debug client when it is first called.

Errors

None.

See also

SendDebug

  

Send a message to the debug server.

StartDebugServer

  

Start the debug server