Skip to main content Link Search Menu Expand Document (external link)

Debug overview

Public Debug service exports.

Added in v0.0.0


Table of contents


Debug

From “./DebugModel.js”

Re-export Debug service types and errors.

Signature

export * from "./DebugModel.js"

Added in v0.0.0

Layer

layerCdp

Live CDP layer implementation. Provides both the Debug service and CurrentTransport context.

Signature

export declare const layerCdp: Layer.Layer<CdpTransport | Service, never, Socket.WebSocketConstructor>

Added in v0.0.0