<!-- 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; [SetInstrumentationBreakpointRequestInstrumentation](./puppeteer.protocol.debugger.setinstrumentationbreakpointrequestinstrumentation.md)

## Protocol.Debugger.SetInstrumentationBreakpointRequestInstrumentation enum

<b>Signature:</b>

```typescript
export const enum SetInstrumentationBreakpointRequestInstrumentation 
```

## Enumeration Members

|  Member | Value | Description |
|  --- | --- | --- |
|  BeforeScriptExecution | <code>'beforeScriptExecution'</code> |  |
|  BeforeScriptWithSourceMapExecution | <code>'beforeScriptWithSourceMapExecution'</code> |  |