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