[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [BreakLocation](./puppeteer.protocol.debugger.breaklocation.md) > [type](./puppeteer.protocol.debugger.breaklocation.type.md) ## Protocol.Debugger.BreakLocation.type property (BreakLocationType enum) Signature: ```typescript type?: ('debuggerStatement' | 'call' | 'return'); ```