-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
DWARF debugger fails to resolve source tree #23642
Comments
I'm getting the same console logs and can't figure out the root of the issue. I've tried different versions of emsdk (including versions older than 4.0) and even used emrun with a build of Chrome 131 (which used to work just fine). Not even the simplest "Hello, World!" executable's symbols are loaded. Really strange. |
Can you share the full set of link flags you are using? |
-sALLOW_MEMORY_GROWTH -sASSERTIONS -sASYNCIFY -sUSE_WEBGPU -sEXPORTED_RUNTIME_METHODS=[WebGPU] |
This the version of Chrome I'm using if that helps: Google Chrome 135.0.6999.0 canary |
Generally speaking if the issue is a bug in the debugger and not the toolchain bugs should go on crbug.com against the There's a known regression in Chrome 133, it's fixed in Canary (135.0.7001.0) and Beta (134, yet to be released). |
I am hitting this one as well. A week ago all worked fine. My Chrome version is
After installing 134 Beta the issue was gone. |
I can't say confidently whether this should be in this issue tracker or not but in light of #13486, I will post it here.
When I try to use the DWARF debugger extension (https://chromewebstore.google.com/detail/cc++-devtools-support-dwa/pdcpmagijalfljmkmjngeonclgbbannb), I get the below console output.
This is my source tree:
This is a sample from the output of a wasm-objdump on the .debug_line section of the binary.
This is the beginning of that section.
Version of emscripten/emsdk:
The text was updated successfully, but these errors were encountered: