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

Latest commit

 

History

History
19 lines (13 loc) · 704 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 704 Bytes

VS Code Solidity Debug

Solidity Debug is a debug adapter of solidity contracts transactions on Ethereum Blockchain for VS Code.

Using Solidity Debug

  • Install the Solidity Debug extension in VS Code.
  • Put any breakpoint in your .sol files with F9
  • Switch to the debug viewlet and press the gear dropdown.
  • Select the debug environment "Solidity Debug".
  • Press the green 'play' button to start debugging.

Source

Sources of this extension could be found https://github.com/webcerebrium/vscode-solidity-debug.git

License

MIT. Anyone can copy, change, derive further work from this software without any restrictions.