mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
633 B
633 B
Home > puppeteer > Protocol > Debugger > StepIntoRequest > breakOnAsyncCall
Protocol.Debugger.StepIntoRequest.breakOnAsyncCall property
Debugger will pause on the execution of the first async task which was scheduled before next pause.
Signature:
breakOnAsyncCall?: boolean;