File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -2491,9 +2491,10 @@ The packet below are supported by the
24912491### qWasmCallStack
24922492
24932493Get the Wasm call stack for the given thread id. This returns a hex-encoded
2494- list of PC values, one for each frame of the call stack. To match the Wasm
2495- specification, the addresses are encoded in little endian byte order, even if
2496- the endian of the Wasm runtime's host is not little endian.
2494+ list (with no delimiters) of 64-bit PC values, one for each frame of the call
2495+ stack. To match the Wasm specification, the addresses are encoded in little
2496+ endian byte order, even if the endian of the Wasm runtime's host is not little
2497+ endian.
24972498
24982499```
24992500send packet: $qWasmCallStack:202dbe040#08
You can’t perform that action at this time.
0 commit comments