You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.
The user should be able to launch a debugger directly inside his preferred text editor while setting breakpoints, going to next steps and viewing the stack
As
solidity developper
I want to
debug my program with a tool designed for
Definition of Done
1. A debug adapter has been created for solidity in rust
2. A binding part inside the osmium toolchain solidity extension has been made
3. We can view the stack while the execution is stopped
4. The execution stops at the breakpoints the users set
5. The execution resumes once the user clicks a button
6. The execution can go one step after or one step before
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
Description
The user should be able to launch a debugger directly inside his preferred text editor while setting breakpoints, going to next steps and viewing the stack
As
solidity developper
I want to
debug my program with a tool designed for
Definition of Done
Code of Conduct
The text was updated successfully, but these errors were encountered: