mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
712 B
712 B
Home > puppeteer > Protocol > Debugger > StepIntoRequest
Protocol.Debugger.StepIntoRequest interface
Signature:
export interface StepIntoRequest
Properties
Property | Type | Description |
---|---|---|
breakOnAsyncCall | boolean | Debugger will pause on the execution of the first async task which was scheduled before next pause. |