mobileFX WebKitX CEF3 ActiveX 4.x
WebKitXCEF3Lib ActiveX Control / WEBKITX_DEBUGGER Enumeration
In This Topic
    WEBKITX_DEBUGGER Enumeration
    In This Topic
    Description

    Enumeration of built-in Debug Clients of WebKitX. Currently Chromium and Node.js are supported over the DevTools Inspector Protocol.

    Members
    MemberValueDescription
    DEBUGGER_CHROMIUM0

    Defines use of Chromium Debugger for WebKitX debugger commands and events.

    DEBUGGER_NODEJS1Defines use of node.js Debugger for WebKitX debugger commands and events.
    See Also