bytecodealliance / bytecodealliance/wasmtime
View variables from shared memories in debugger
Open
wasmtime:debugging
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
Thanks for filing a feature request! Please fill out the TODOs below.
#### Feature
I'd like to be able to see the values of the variables in my Rust code that I've compiled to WASM when debugging with LLDB. Currently when using CodeLLDB to debug Rust compiled in debug mode, the only variable present is `__vmctx`.
#### Benefit
This would make it a lot simpler to debug incorrect state in programs and generally understand a misbehaving program.
Contributor guide
Assessment
This issue has not been assessed yet.