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

output debug info when compiling with noir_wasm #3303

Closed
alexghr opened this issue Oct 26, 2023 · 0 comments · Fixed by #3317
Closed

output debug info when compiling with noir_wasm #3303

alexghr opened this issue Oct 26, 2023 · 0 comments · Fixed by #3317
Assignees
Labels
enhancement New feature or request

Comments

@alexghr
Copy link
Contributor

alexghr commented Oct 26, 2023

Problem

Currently noir_wasm doesn't output debug information in the same way compiling with nargo does. This means if an error is encountered while running a contract's function then the error message returned doesn't indicate where the problem happened. This makes debugging difficult.

Happy Case

Debug output is added to bytecode.

Alternatives Considered

No response

Additional Context

No response

Would you like to submit a PR for this Issue?

No

Support Needs

No response

@alexghr alexghr added the enhancement New feature or request label Oct 26, 2023
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Noir Oct 26, 2023
@alexghr alexghr self-assigned this Oct 27, 2023
@github-project-automation github-project-automation bot moved this from 📋 Backlog to ✅ Done in Noir Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant