wpitallo / truffle-plugin-debugger

Debug all the things!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Debug all the things!

License:MIT License


Languages

Language:TypeScript 86.6%Language:HTML 9.0%Language:JavaScript 3.5%Language:CSS 0.9%