0.0.2 • Published 4 years ago
truffle-plugin-debugger v0.0.2
Truffle Visual Debugger
Debug all the things!

Installation
Begin by adding to your Truffle project via the following:
npm i truffle-plugin-debuggerAdd 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 startIf all goes well you should see the following output...
Starting Visual Debugger...
Started and listening at http://localhost:54321Open the link and off you go!
Support
Support for this plugin is available via the Truffle community available here.
0.0.2
4 years ago