Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.17 KB

README.MD

File metadata and controls

23 lines (16 loc) · 1.17 KB

Solidity Debugger Pro for Visual Studio Code

Solidity Debugger Pro (sdbg) is a VS Code extension that adds feature-rich debugging capabilities for Solidity projects. It supports all EVM-compatible blockchains, allowing developers to easily debug smart contracts locally or on a forked node.

hardhat-logo-small.png Solidity Debugger Pro brings native debugging support for the popular Hardhat framework.

This project is based on the unmaintained Meadow Suite.

Installation Instructions

Get it from the marketplace!

Features

  • Step Into, Step Over and Step Backwards
  • Show the contents of Local and Storage variables, including mappings
  • Show emitted events
  • Show the Call Stack
  • Show the contents of Stack, Memory and Calldata
  • Debug Solidity smart contracts on a local node or on a forked environment
  • Debug existing Hardhat projects
  • Supports all EVM-compatible blockchains

demo.gif