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

StartDebugServer

Start the debug server

Declaration

Source position: dbugintf.pp line 39

function StartDebugServer: Integer;

Function result

True if started succesfully, false otherwise

Description

StartDebugServerattempts to start the debug server. The process started is called debugserverand should be located in the PATH.

Normally this function should not be called. The SendDebugcall will attempt to start the server by itself if it is not yet running.

Errors

On error, Falseis returned.

See also

SendDebug

  

Send a message to the debug server.

InitDebugClient

  

Initialize the debug client.