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

wcrbrm/vscode-solidity-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.