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

add support for delve debugger #2992

Closed
ilgooz opened this issue Oct 25, 2022 · 0 comments · Fixed by #3221
Closed

add support for delve debugger #2992

ilgooz opened this issue Oct 25, 2022 · 0 comments · Fixed by #3221
Assignees
Labels
type:feat To implement new feature.

Comments

@ilgooz
Copy link
Member

ilgooz commented Oct 25, 2022

Depends on #2458,

In the serve command we can

  • Add a new flag to run with debugger enabled
  • Alternatively you can press "D" button to switch to debugger mode after serving

We could embed delve debugger's binary to CLI so user won't need to install it manually.

We can choose one of the GUIs to use as a frontend for delve.

Once debugger is enabled, we could run the chain with delve and also start this GUI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feat To implement new feature.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants