-
Notifications
You must be signed in to change notification settings - Fork 4
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
Path substitutions? #7
Comments
I would like that too. I tried with I compile my C++ code with flag: cc: @connor4312 |
sourceMapPathOverrides should work but I admit it's been a moment since I tested it with DWARF stuff. Can you add |
Hey, I wasn't sure if this project was alive xD, but now that I know! |
Finally.. xD Motivation: If I using C/C++ DevTools Support (DWARF) in google chrome, and setup |
@connor4312 : Any suggestions, or maybe I should ask this question somewhere else? |
Thanks for the repro, fixed in the next nightly. The source map path override |
Thank you, I tested it and it works! |
In the Chrome Dev tools extension I can use Path substitutions to map from the prefix in the wasm file to where the actual source files are on my hard drive. this works great in the Chrome extension. I can build locally or on our automated runners and map the wasm to the source files.
Does such a feature exist with the vs code extension?
The text was updated successfully, but these errors were encountered: