[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [BreakLocationType](./puppeteer.protocol.debugger.breaklocationtype.md) ## Protocol.Debugger.BreakLocationType enum Signature: ```typescript export const enum BreakLocationType ``` ## Enumeration Members | Member | Value | Description | | --- | --- | --- | | Call | 'call' | | | DebuggerStatement | 'debuggerStatement' | | | Return | 'return' | |