Used to connect a remote debugger to an application, service, Webservice, etc.
// Start remote debugger
dbgConnect("1.1.1.1")
Syntax
<Result> = dbgConnect(<Debugger>)
<Result>: Boolean
- True if the connection was established,
- False otherwise.
<Debugger>: Character string
Name or IP address of the development computer.
Remarks
- The debugger must wait for a connection before the application to debug calls dbgConnect. For the debugger to wait for the connection, select "Wait for a connection via dbgConnect" in the menu of the project GO button.
- Port 27280 is used: this port must be accessible from the remote computer.
Business / UI classification : Neutral code