[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Target](./puppeteer.protocol.target.md) > [SetAutoAttachRequest](./puppeteer.protocol.target.setautoattachrequest.md) > [waitForDebuggerOnStart](./puppeteer.protocol.target.setautoattachrequest.waitfordebuggeronstart.md) ## Protocol.Target.SetAutoAttachRequest.waitForDebuggerOnStart property Whether to pause new targets when attaching to them. Use `Runtime.runIfWaitingForDebugger` to run paused targets. Signature: ```typescript waitForDebuggerOnStart: boolean; ```