[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Debugger](./puppeteer.protocol.debugger.md) > [BreakLocation](./puppeteer.protocol.debugger.breaklocation.md) > [scriptId](./puppeteer.protocol.debugger.breaklocation.scriptid.md) ## Protocol.Debugger.BreakLocation.scriptId property Script identifier as reported in the `Debugger.scriptParsed`. Signature: ```typescript scriptId: Runtime.ScriptId; ```