Skip to content

ethdbg/vscode-ethdbg

 
 

Repository files navigation

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

Packages

No packages published

Languages

  • TypeScript 84.6%
  • JavaScript 15.4%