-
Notifications
You must be signed in to change notification settings - Fork 112
Missing .debug_info
Section in DWARF Information
#4938
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Did you use the |
Sure. I used the |
RIght, we never finalised the DWARF5 generation as we had more important stuff to do. There is no way to attach a debugger to the IC or a local replica for that matter. The only way to attach a debugger was via WASI compilation and bare The PR for the third part of DWARF is still around, but seriously bitrotten and was woefully incomplete. It was a tech demo at most. |
Alright, in fact, I have already parsed the |
I attempted to use the
gimli
library to parse a WebAssembly (Wasm) file that includes debug information. The Wasm file was written in Motoko and compiled usingmoc
. However, my program reported that the.debug_info
section was missing.To investigate further, I used
wasm-objdump
to inspect the sections within the Wasm file. As expected, the.debug_info
section was indeed absent.The text was updated successfully, but these errors were encountered: