mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
20 lines
991 B
Markdown
20 lines
991 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [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. |
|
||
|
|