Skip to content

robertaachenw/solidity-debugger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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