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 blockchain-specific debug visualizations pane #6736

Open
JoshuaBatty opened this issue Nov 19, 2024 · 0 comments
Open

Add blockchain-specific debug visualizations pane #6736

JoshuaBatty opened this issue Nov 19, 2024 · 0 comments
Assignees
Labels
forc-debug Everything related to forc-debug

Comments

@JoshuaBatty
Copy link
Member

Tools like debugger in tenderly have features like viewing execution traces and gas profiling visualisations that go beyond the scope of what we can do simply with the debug adaptor protocol.

We should look into writing a custom UI panel in VScode that can add some of this extra functionality so we can help users visualise blockchain specific information that would be useful during a dev / debugging session.

The MVP probably should just show the execution trace of a transaction. Would be cool if when you clicked on a step in the transaction if the corresponding code showed up in the editor.

@JoshuaBatty JoshuaBatty added the forc-debug Everything related to forc-debug label Nov 19, 2024
@JoshuaBatty JoshuaBatty self-assigned this Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
forc-debug Everything related to forc-debug
Projects
None yet
Development

No branches or pull requests

1 participant