puppeteer/new-docs/puppeteer.protocol.debugger.setbreakpointrequest.md

20 lines
933 B
Markdown
Raw Normal View History

<!-- 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; [SetBreakpointRequest](./puppeteer.protocol.debugger.setbreakpointrequest.md)
## Protocol.Debugger.SetBreakpointRequest interface
<b>Signature:</b>
```typescript
export interface SetBreakpointRequest
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [condition](./puppeteer.protocol.debugger.setbreakpointrequest.condition.md) | string | Expression to use as a breakpoint condition. When specified, debugger will only stop on the breakpoint if this expression evaluates to true. |
| [location](./puppeteer.protocol.debugger.setbreakpointrequest.location.md) | [Location](./puppeteer.protocol.debugger.location.md) | Location to set breakpoint in. |