wasm-micro-runtime
wasm-micro-runtime copied to clipboard
The qWasmStackValue command is missing during runtime debugging
https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/build-scripts/lldb_wasm.patch https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/core/iwasm/libraries/debug-engine/handler.c
The qWasmStackValue command was called in llw_wasm.patch, but it was not found during runtime debugging, causing lldb to trigger a timeout when calling the command and exit debugging.
I hope this issue can be fixed, thank you