ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

This content has been translated automatically.  Click here  to view the French version.
Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac Catalyst
Others
Stored procedures
dbgConnect (Function)
In french: dbgConnecte
Used to connect a remote debugger to an application, service, web service, etc.
Example
// Lance le débogueur à distance
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 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
Component: wd300vm.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/27/2025

Send a report | Local help