puppeteer/new-docs/puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.md
2020-07-13 14:01:35 +01:00

19 lines
790 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; [Debugger](./puppeteer.protocol.debugger.md) &gt; [SetInstrumentationBreakpointRequest](./puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.md)
## Protocol.Debugger.SetInstrumentationBreakpointRequest interface
<b>Signature:</b>
```typescript
export interface SetInstrumentationBreakpointRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [instrumentation](./puppeteer.protocol.debugger.setinstrumentationbreakpointrequest.instrumentation.md) | ('beforeScriptExecution' \| 'beforeScriptWithSourceMapExecution') | Instrumentation name. |