-
Notifications
You must be signed in to change notification settings - Fork 397
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
feat(gnovm): enable debugger for gno test #3380
Conversation
This change brings interactive debugging to gno tests, using -debug flag.
🛠 PR Checks SummaryAll Automated Checks passed. ✅ Manual Checks (for Reviewers):
Read More🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers. ✅ Automated Checks (for Contributors):🟢 Maintainers must be able to edit this pull request (more info) ☑️ Contributor Actions:
☑️ Reviewer Actions:
📚 Resources:Debug
|
Codecov ReportAttention: Patch coverage is 📢 Thoughts on this report? Let us know! |
18c8f4b
to
0f6b357
Compare
Can we also make this work for filetests somehow? |
If it is about debugging txtar files, that would be achieved by client side remote debugging to be added in gnodev or gnokey, as discussed per #2683. |
No, Leon was asking about usage in |
This change brings interactive debugging to gno tests, using -debug flag.
New debugger commands have also been added:
Usage example, from the clone root dir: