mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
680 B
680 B
Home > puppeteer > Protocol > Target > SetAutoAttachRequest > waitForDebuggerOnStart
Protocol.Target.SetAutoAttachRequest.waitForDebuggerOnStart property
Whether to pause new targets when attaching to them. Use Runtime.runIfWaitingForDebugger
to run paused targets.
Signature:
waitForDebuggerOnStart: boolean;