wasm-micro-runtime/.github
Ben Riegel fca81fcd98
Add Rust Formatters to Debugger (Vector, Map etc.) (#2219)
This PR adds LLDB formatters so that variables are human-readable when debugging
Rust code in VS Code. This includes Tuple, Slice, String, Vector, Map, Enum etc.

It also distributes a standalone Python version with LLDB. This solution enables high
portability, so Ubuntu 20.04 and 22.04 can for example still be supported with the
same build since glibc is statically linked in the Python build, also making it easier to
support more operating systems in the future.

Known Issues: Enum types are not displayed correctly. 

For more details, refer to:
https://github.com/bytecodealliance/wasm-micro-runtime/pull/2219
2023-06-14 19:53:51 +08:00
..
scripts Update messages/comments to refer the new place of the version definition (#2133) 2023-04-18 21:09:18 +08:00
workflows Add Rust Formatters to Debugger (Vector, Map etc.) (#2219) 2023-06-14 19:53:51 +08:00