[Overview][Resource strings][Constants][Types][Procedures and functions][Index] |
Start the debug server
Source position: dbugintf.pp line 42
function StartDebugServer: Integer; |
True if started succesfully, false otherwise
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.
On error, False is returned.
|
Send a message to the debug server. |
|
|
Initialize the debug client. |