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 #96

Merged
merged 3 commits into from
Jun 7, 2024
Merged

Debugging #96

merged 3 commits into from
Jun 7, 2024

Conversation

dzervas
Copy link
Collaborator

@dzervas dzervas commented Jun 6, 2024

Add debugging configuration

Front end debugging:
image

Unit test debugging:
image

I also added the extension recommendations (and the .vscode folder in general)

Signed-off-by: Dimitris Zervas <[email protected]>
Signed-off-by: Dimitris Zervas <[email protected]>
Signed-off-by: Dimitris Zervas <[email protected]>
@dzervas
Copy link
Collaborator Author

dzervas commented Jun 6, 2024

I'd like to be able to debug the WASM binary itself (set a breakpoint in Rust which is hit by a JS call) but it doesn't seem to be possible right now

Copy link
Contributor

@jbcpollak jbcpollak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not that it matters but LGTM 😅

@av8ta
Copy link
Collaborator

av8ta commented Jun 7, 2024

Since most of us (all?) are on vscode then lgtm :)

@av8ta av8ta merged commit 18c0009 into main Jun 7, 2024
2 checks passed
@dzervas
Copy link
Collaborator Author

dzervas commented Jun 7, 2024

@jbcpollak it does! thanks for the review! <3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants