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

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;