14 lines
680 B
Markdown
14 lines
680 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[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.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
waitForDebuggerOnStart: boolean;
|
|
```
|