Super excited to see the Wasm support in LLDB mentioned today by @cfallin at the Bytecode Alliance Plumbers Summit.

https://www.youtube.com/watch?v=Z2xWzc28SIc

@cfallin I posted this before I even saw your demo. I'm very impressed you already got it working. If the code is available somewhere, I'd be more than happy to look into the LLDB crash.

@jdevlieghere thanks, and thanks very much for all your work in getting this working in LLDB in the first place!

I need to clean up the gdbstub component but will make it public soon; when I do I can point you to it if you want to help debug LLDB. I guess my first step should be to rebuild with asserts and see if it's something obvious... it's also entirely possible I'm holding the protocol wrong (though I guess that shouldn't cause lldb to segfault regardless).