Unit 'dbugintf' Package
[Overview][Resource strings][Types][Procedures and functions][Variables][Index] [#fcl]

StartDebugServer

Start the debug server.

Declaration

Source position: dbugintf.pp line 59

function StartDebugServer(

  const ADebugServerExe: string = '';

  const ARaiseExceptionOnSendError: Boolean = False;

  const aLogFilename: string = ''

):Integer;

Arguments

aLogFilename

  

Log file for the debug server.

Function result

True if started successfully, false otherwise.

Description

StartDebugServer attempts to start the debug server. The process started is called debugserver and should be located in the PATH.

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

Errors

On error, False is returned.

See also

SendDebug

  

Send a message to the debug server.

InitDebugClient

  

Initialize the debug client.


Documentation generated on: Jul 24 2023