Hi there,

I am working on a project which involves compiling C++ source file to
Webassembly byte code file with LLVM. The LLVM works well and can generate
wasm byte code file with DWARF debug sections like .debug_line. I can run
the generated wasm file with my wasm virtual machine. However I find LLDB
doesn't support debugging wasm file. Do we have plan to enable LLDB
debugging wasm file? Thanks for any information.

BR,
Terry
_______________________________________________
lldb-dev mailing list
lldb-dev@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev

Reply via email to