[Debug]ChromiumDevToolsPort
- Last UpdatedJul 19, 2023
- 1 minute read
This parameter enables debugging for a Web Content object located on a Plant SCADA graphics page.
It lets you specify a port number that Chrome can connect to, allowing you to analyze the Web Content browser using Chrome's developer tools.
For example, if you set this parameter to 1026, you can access information about the Web Content browser by pointing a new instance of Chrome at the following address:
http://localhost:1026
This URL displays a list of links that represent the contents of any Web Content controls that are currently active. The text used for each link will be the title of the page that is displayed. If any controls are using frames, the list may include additional entries. Select a link to access the developer tools for a particular Web Content control.
Note: You should confirm that the port you select is not used by a Plant SCADA process or any other application.
Allowable Values:
1024 - 65535
Default Value:
0 (disabled)
Note: It is recommended that you set this parameter back to 0 (disabled) when you have finished debugging a Web Content object.