interface NodeWorker.EnableParameterType
Usage in Deno
```typescript import { NodeWorker } from "node:node__inspector.d.ts"; ```
waitForDebuggerOnStart: boolean
Whether to new workers should be paused until the frontend sends `Runtime.runIfWaitingForDebugger`
message to run them.