|
|
|
|
|
dbgConnect (Function) In french: dbgConnecte Used to connect a remote debugger to an application, service, web service, etc. 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 listen for a connection before the application to debug calls dbgConnect. To set the debugger to listen mode, use one of the following methods:
- "Listen for a connection via dbgConnect" option in the project test button (GO).
- go to the "Project" tab, "Test mode" group, expand "Test mode" and select "Listen for a connection via dbgConnect".
- Communication takes place from the application server machine on port 27280 to the development machine. It is therefore necessary for this port to be accessible on the development machine, i.e. open in its local firewall and redirected to the proxy or router of the network on which this machine is located.
Business / UI classification: Neutral code
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|