Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 793 Bytes

readme.md

File metadata and controls

21 lines (14 loc) · 793 Bytes

VS Code Ethereum Debug

Ethereum Debug VSCode is a VSCode extension builrary.

Ethereum Debug VSCode is a debug adapter for Visual Studio Code. It supports step, continue, breakpoints, exceptions, variable access and arbitrary code execution, connected to the ethdbg Debugger Library.

Using ether Debug

  • Install the ether Debug extension in VS Code, either through the marketplace or through the VSIX file available in github releases
  • Drop into Debug mode, setting your TestRPC to debug TestRPC provider localhost:8546 by default
  • Switch to the debug viewlet and press the gear dropdown.
  • Select the debug environment "ether Debug".
  • Press the green 'play' button to start debugging.

ether Debug

Build and Run