Skip to content
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

Debugging the Rust Code in the Web #289

Closed
CryZe opened this issue Mar 13, 2020 · 0 comments · Fixed by #826
Closed

Debugging the Rust Code in the Web #289

CryZe opened this issue Mar 13, 2020 · 0 comments · Fixed by #826
Labels
blocked There's some reason that prevents this work from progressing. enhancement A new feature or general improvement to LiveSplit One. low priority This is a low priority issue.

Comments

@CryZe
Copy link
Collaborator

CryZe commented Mar 13, 2020

This is basically just a tracking issue for eventually supporting stepping through the Rust code in the browser. I already kind of got it to work:

https://i.imgur.com/b5Q2oEo.png

However it seems like wasm-bindgen, wasm-opt and other tools (possibly webpack too) break it, because they don't preserve the debugging information, so this is blocked until they make further progress.

There's also this: https://github.com/yurydelendik/wtmaps-utils

This is the only real upstream tracking issue that I found: rustwasm/walrus#67

@CryZe CryZe added enhancement A new feature or general improvement to LiveSplit One. blocked There's some reason that prevents this work from progressing. low priority This is a low priority issue. labels Mar 13, 2020
@CryZe CryZe linked a pull request Nov 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked There's some reason that prevents this work from progressing. enhancement A new feature or general improvement to LiveSplit One. low priority This is a low priority issue.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant