mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / Settings Object / remote_debugging_port Property
In This Topic
    remote_debugging_port Property
    In This Topic
    Description

    Controls Chromium Remote Debugging.

    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property remote_debugging_port As Long
    Remarks

    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 will be http://localhost:8080. CEF can be remotely debugged from any CEF or Chrome browser window. Also configurable using the "remote-debugging-port" command-line switch.

    See Also