e89e264a16
This corresponds to Chromium 85.0.4182.0. This roll includes: - Enable SameSiteByDefaultCookies and CookiesWithoutSameSiteMustBeSecure https://crrev.com/c/2231445 - [FlexNG] Enable FlexNG by default https://crrev.com/c/2216595 Closes #6151.
6.8 KiB
6.8 KiB
Home > puppeteer > Protocol > Debugger
Protocol.Debugger namespace
Debugger domain exposes JavaScript debugging capabilities. It allows setting and removing breakpoints, stepping through execution, exploring stack traces, etc.
Signature:
export namespace Debugger
Enumerations
Interfaces
Type Aliases
Type Alias | Description |
---|---|
BreakpointId | Breakpoint identifier. |
CallFrameId | Call frame identifier. |
ScriptLanguage | Enum of possible script languages. |