puppeteer/new-docs/puppeteer.protocol.target.setautoattachrequest.waitfordebuggeronstart.md
2020-07-13 14:01:35 +01:00

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;