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

Debugger support #9

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Debugger support #9

wants to merge 6 commits into from

Conversation

kazai777
Copy link
Collaborator

@kazai777 kazai777 commented Feb 5, 2025

This PR adds the Gno debugger. Currently, the Gno debugger does not integrate the DAP protocol. This version implements the debugger using the Bridge Pattern, which works as follows:

  • Uses an intermediary layer (GnoDebugSession) that translates commands
  • Communicates with the debugger via a child process
  • Manually parses the debugger's output

This implementation is not fully optimized yet, so I am marking this PR as a draft until the DAP protocol is implemented to ensure an optimal debugger in the extension.

@kazai777 kazai777 marked this pull request as draft February 5, 2025 14:35
@kazai777 kazai777 linked an issue Feb 5, 2025 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Debugger Support
1 participant