Update remote-debugging-port documentation

Use chrome://inspect for remote debugging. The localhost server landing
page is currently deprecated and will be removed in M100 (see
https://crbug.com/1232509#c25).
This commit is contained in:
Marshall Greenblatt 2022-02-16 15:11:18 -05:00
parent 3d1bbaf54f
commit 5c1d5c1f06
1 changed files with 5 additions and 4 deletions

View File

@ -374,10 +374,11 @@ typedef struct _cef_settings_t {
/// ///
// Set to a value between 1024 and 65535 to enable remote debugging on the // Set to a value between 1024 and 65535 to enable remote debugging on the
// specified port. For example, if 8080 is specified the remote debugging URL // specified port. Also configurable using the "remote-debugging-port"
// will be http://localhost:8080. CEF can be remotely debugged from any CEF or // command-line switch. Remote debugging can be accessed by loading the
// Chrome browser window. Also configurable using the "remote-debugging-port" // chrome://inspect page in Google Chrome. Port numbers 9222 and 9229 are
// command-line switch. // discoverable by default. Other port numbers may need to be configured via
// "Discover network targets" on the Devices tab.
/// ///
int remote_debugging_port; int remote_debugging_port;