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

14 lines
680 B
Markdown

<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [puppeteer](./puppeteer.md) &gt; [Protocol](./puppeteer.protocol.md) &gt; [Target](./puppeteer.protocol.target.md) &gt; [SetAutoAttachRequest](./puppeteer.protocol.target.setautoattachrequest.md) &gt; [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.
<b>Signature:</b>
```typescript
waitForDebuggerOnStart: boolean;
```