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.
- 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.