node/deps/v8/test/inspector/debugger/stepping-async-generator-expected.txt
Michaël Zasso edd537ca2f deps: update V8 to 10.8.168.20
PR-URL: https://github.com/nodejs/node/pull/45230
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
2022-11-19 09:11:32 +00:00

15 lines
267 B
Plaintext

Async generator stepping
Running test: testStepIntoInitialYield
Setting breakpoint on call to generator()
Calling callGenerator()
function callGenerator() {
#return generator();
}
Stepping into the generator()
function callGenerator() {
return generator();#
}