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

20 lines
932 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; [SetBreakpointResponse](./puppeteer.protocol.debugger.setbreakpointresponse.md)
## Protocol.Debugger.SetBreakpointResponse interface
<b>Signature:</b>
```typescript
export interface SetBreakpointResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [actualLocation](./puppeteer.protocol.debugger.setbreakpointresponse.actuallocation.md) | [Location](./puppeteer.protocol.debugger.location.md) | Location this breakpoint resolved into. |
| [breakpointId](./puppeteer.protocol.debugger.setbreakpointresponse.breakpointid.md) | [BreakpointId](./puppeteer.protocol.debugger.breakpointid.md) | Id of the created breakpoint for further reference. |