puppeteer/new-docs/puppeteer.protocol.debugger.stepintorequest.md
2020-07-13 14:01:35 +01:00

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.