|
|
|
|
|
by flohofwoe
105 days ago
|
|
> Google has done almost nothing to their DWARF debugging tooling since it was introduced as beta a few years ago WASM DWARF debugging works perfectly fine though? The 'debugger half' just moved from Chrome into a VSCode debug adapter extension where debugging is much more comfortable than in the browser: https://marketplace.visualstudio.com/items?itemName=ms-vscod... I use that all the time when working on web-platform specific code, with this extension WASM debugging in VSCode feels just like native debugging (it actually feels snappier on macOS than debugging a native macOS exe via LLDB). |
|