We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm tying to look debug ammo.wasm.wasm.
What I did thus far:
I don't see the C code as I expected in the Chrome debugger just the WebAssembly
Am I missing something?
Many thanks!
The text was updated successfully, but these errors were encountered:
I have now also installed the chrome plugin: https://goo.gle/wasm-debugging-extension
I think I'll need to set a "Path substitutions" using the extension. Anyone tried this for ammo.js?
Sorry, something went wrong.
Did you set CMAKE_BUILD_TYPE to Debug in cmake?
set(CMAKE_BUILD_TYPE Debug CACHE STRING "Build Type")
No branches or pull requests
Hi,
I'm tying to look debug ammo.wasm.wasm.
What I did thus far:
I don't see the C code as I expected in the Chrome debugger just the WebAssembly
Am I missing something?
Many thanks!
The text was updated successfully, but these errors were encountered: