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

Allow stepping through the Rust code #826

Merged
merged 1 commit into from
Nov 30, 2023
Merged

Allow stepping through the Rust code #826

merged 1 commit into from
Nov 30, 2023

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Nov 30, 2023

This allows stepping through the Rust code. wasm-bindgen 0.2.89 just got released and it finally properly allows keeping the debug symbols that Rust creates around fully. Thankfully webpack does not pose a problem here and the debug symbols now properly work in Chrome, allowing us to step through the Rust code in the developer tools.

image

@CryZe CryZe added the enhancement A new feature or general improvement to LiveSplit One. label Nov 30, 2023
@CryZe CryZe linked an issue Nov 30, 2023 that may be closed by this pull request
This allows stepping through the Rust code. `wasm-bindgen` 0.2.89 just
got released and it finally properly allows keeping the debug symbols
that Rust creates around fully. Thankfully `webpack` does not pose a
problem here and the debug symbols now properly work in Chrome, allowing
us to step through the Rust code in the developer tools.
@CryZe CryZe merged commit 9c71a7c into master Nov 30, 2023
1 check passed
@CryZe CryZe deleted the debug-rust branch April 17, 2024 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A new feature or general improvement to LiveSplit One.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugging the Rust Code in the Web
1 participant