次の方法で共有


DevTools Protocol Domains - DevTools Protocol Version 0.1 (EdgeHTML)

Debugger

Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.

Page

Actions and events related to the inspected page belong to the page domain.

Runtime

Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects. Evaluation results are returned as mirror object that expose object type, string representation and unique identifier that can be used for further object reference. Original objects are maintained in memory unless they are either explicitly released.

Schema

Provides information about the protocol schema.