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

21 lines
658 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; [BreakLocationType](./puppeteer.protocol.debugger.breaklocationtype.md)
## Protocol.Debugger.BreakLocationType enum
<b>Signature:</b>
```typescript
export const enum BreakLocationType
```
## Enumeration Members
| Member | Value | Description |
| --- | --- | --- |
| Call | <code>'call'</code> | |
| DebuggerStatement | <code>'debuggerStatement'</code> | |
| Return | <code>'return'</code> | |