import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ContinueToLocationRequest } = Protocol.Debugger;
Properties
location: Location
Location to continue to.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { ContinueToLocationRequest } = Protocol.Debugger;
Location to continue to.