-
Notifications
You must be signed in to change notification settings - Fork 1
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
Using gdb with asyncify #66
Comments
It seems like this older PR enabled DWARF info, I wonder if using this would make this work for us: |
Got a response here: WebAssembly/binaryen#3462 (comment) It looks like it may be pretty difficult to use gdb or anything depending on DWARF. I looked into using lldb which may be a useful alternative. |
I was able to run lldb on hello world with the following:
changed debug line to: and had to set aslr off once running: @qianxichen233 or @yzhang71 can one of you test this method on something more complicated that uses asyncify? |
I just tried lldb with |
another very minor issue on using gdb on lind-wasm, just also post here to see if we have a better solution on it: |
As of now if we apply asyncify it disables our ability to use gdb.
I think the problem is similar to this issue: WebAssembly/binaryen#3462
I inquired about any updates that may help us.
The text was updated successfully, but these errors were encountered: