Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface Protocol.Overlay.SetPausedInDebuggerMessageRequest
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { SetPausedInDebuggerMessageRequest } = Protocol.Overlay;

Properties

optional
message: string

The message to display, also triggers resume and step over controls.