14 lines
599 B
Markdown
14 lines
599 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) > [SetBreakpointByUrlRequest](./puppeteer.protocol.debugger.setbreakpointbyurlrequest.md) > [scriptHash](./puppeteer.protocol.debugger.setbreakpointbyurlrequest.scripthash.md)
|
|
|
|
## Protocol.Debugger.SetBreakpointByUrlRequest.scriptHash property
|
|
|
|
Script hash of the resources to set breakpoint on.
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
scriptHash?: string;
|
|
```
|