WasmKit
WasmKit copied to clipboard
GDB stub
I think we can provide something like what wamr does for source level debugging: https://github.com/bytecodealliance/wasm-micro-runtime/blob/main/doc/source_debugging_interpreter.md
LLDB recently improved its support for Wasm debugging. You can use LLDB to debug the WebAssembly Micro Runtime using the GDB remote protocol. The extension to the protocol are documented on the LLDB website.
This is huge! Thank you for working on that