Skip to content
This repository has been archived by the owner on Jul 3, 2024. It is now read-only.

EVM Debugger #243

Open
1 of 7 tasks
0xtekgrinder opened this issue Feb 28, 2024 · 0 comments
Open
1 of 7 tasks

EVM Debugger #243

0xtekgrinder opened this issue Feb 28, 2024 · 0 comments
Assignees

Comments

@0xtekgrinder
Copy link
Member

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

  • 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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Status: To describe
Development

No branches or pull requests

2 participants