Module v_common_v8::inspector[][src]

The documentation for the inspector API is sparse, but these are helpful: https://chromedevtools.github.io/devtools-protocol/ https://hyperandroid.com/2020/02/12/v8-inspector-from-an-embedder-standpoint/

Structs

DenoInspector
InspectorServer
InspectorSession

A local inspector session that can be used to send and receive protocol messages directly on the same thread as an isolate.