DebugPort
Specify a port number that can be used by MSAA-based tools to connect to the widget for testing purposes.
DebugPort=
PortNumber
Value |
Description |
---|---|
PortNumber | Port number that the test tool is using and which is not in use by other applications. Some tools use port 8081 as their default. |
Usage
Dynamic? | No |
Supported in Grid? | No |
Dependencies: | Access |
Setting the Property
To set this, specify it in the HTML widget definition in the initialization file. For example:
Html=uhtml(debugport=8081)
Caution: Set this property only during development and testing. For security purposes, do not set it in production applications.