ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

Help / WLanguage / WLanguage functions / Standard functions / Debug functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
dbgConnect (Function)
In french: dbgConnecte
Used to connect a remote debugger to an application, service, web service, etc.
Example
// 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 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".
  • Port 27280 is used: this port must be accessible from the remote computer.
Business / UI classification: Neutral code
Component: wd290vm.dll
Minimum version required
  • Version 25
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 12/21/2023

Send a report | Local help