rustwasm / book

The Rust and WebAssembly Book
https://rustwasm.github.io/docs/book/
MIT License
1.75k stars 211 forks source link

Update debugging.md to include use of Chrome's extension #321

Open Craig-Macomber opened 3 weeks ago

Craig-Macomber commented 3 weeks ago

Summary

Currently is is very hard to find good guidance on how to get source level debugging of Rust in WASM.

It is however possible (I got it working), and I'd like it to be easier to discover how to do it.

Since this page was one of the places I found when searching for answers, I figured it should be updated to include the approach I discovered.