mirror of
https://github.com/nodejs/node.git
synced 2025-05-17 22:02:33 +00:00

PR-URL: https://github.com/nodejs/node/pull/37587 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Myles Borins <myles.borins@gmail.com>
14 lines
534 B
Plaintext
14 lines
534 B
Plaintext
Tests pausing a running script and stepping
|
|
|
|
Running test: testPauseAndStep
|
|
Instantiate
|
|
Wait for script
|
|
Got wasm script: wasm://wasm/c84b7cde
|
|
Run
|
|
Expecting to pause at 61
|
|
Paused at offset 61; wasm-expression-stack: []; local: [12 (i32)]
|
|
Paused at offset 62; wasm-expression-stack: []; local: [12 (i32)]
|
|
Paused at offset 64; wasm-expression-stack: [12 (i32)]; local: [12 (i32)]
|
|
Paused at offset 66; wasm-expression-stack: [12 (i32), 1 (i32)]; local: [12 (i32)]
|
|
Paused at offset 67; wasm-expression-stack: [13 (i32)]; local: [12 (i32)]
|