You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assuming generating DWARF debug info works, we could tweak the JS code of the Worker to load these debug info when smoldot panics and resolve the panic backtrace.
This is all rather difficult and theoretical, so this is a long term issue.
The text was updated successfully, but these errors were encountered:
tomaka
added
the
blocked
Can't work on this issue because it is blocked on something out of our control
label
Jan 19, 2022
After rust-lang/rust#34651 it should be possible to generate DWARF debug info for the Wasm node.
(see also https://github.com/WebAssembly/meetings/blob/main/debugging/2020/debugging-09-17.md#notes)
Assuming generating DWARF debug info works, we could tweak the JS code of the Worker to load these debug info when smoldot panics and resolve the panic backtrace.
This is all rather difficult and theoretical, so this is a long term issue.
The text was updated successfully, but these errors were encountered: