Truffle Plugin Debugger Save Abandoned

Debug all the things!

Project README

Truffle Visual Debugger

Debug all the things!

screenshot

Installation

Begin by adding to your Truffle project via the following:

npm i truffle-plugin-debugger

Add the following to your truffle-config.json:

plugins: [
  "truffle-plugin-debugger"
]

Usage

To run the plugin, simply run the following command from the root of your project:

truffle run debug <command>

The list available commands is currently as follows:

Start

The following starts the debugger...

truffle run debug start

If all goes well you should see the following output...

Starting Visual Debugger...
Started and listening at http://localhost:54321

Open the link and off you go!

Support

Support for this plugin is available via the Truffle community available here.

Open Source Agenda is not affiliated with "Truffle Plugin Debugger" Project. README Source: trufflesuite/truffle-plugin-debugger
Stars
30
Open Issues
7
Last Commit
2 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating