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

20 lines
991 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; [SetBreakpointByUrlResponse](./puppeteer.protocol.debugger.setbreakpointbyurlresponse.md)
## Protocol.Debugger.SetBreakpointByUrlResponse interface
<b>Signature:</b>
```typescript
export interface SetBreakpointByUrlResponse
```
## Properties
| Property | Type | Description |
| --- | --- | --- |
| [breakpointId](./puppeteer.protocol.debugger.setbreakpointbyurlresponse.breakpointid.md) | [BreakpointId](./puppeteer.protocol.debugger.breakpointid.md) | Id of the created breakpoint for further reference. |
| [locations](./puppeteer.protocol.debugger.setbreakpointbyurlresponse.locations.md) | [Location](./puppeteer.protocol.debugger.location.md)<!-- -->\[\] | List of the locations this breakpoint resolved into upon addition. |