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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: