WasmKit icon indicating copy to clipboard operation
WasmKit copied to clipboard

GDB stub

Open kateinoigakukun opened this issue 1 year ago • 2 comments

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

kateinoigakukun avatar Oct 08 '24 05:10 kateinoigakukun

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.

JDevlieghere avatar Aug 21 '25 23:08 JDevlieghere

This is huge! Thank you for working on that

kateinoigakukun avatar Aug 22 '25 05:08 kateinoigakukun