diff --git a/packages/debug-utils/index.js b/packages/debug-utils/index.js index 545df198564..8a0f23d7ddb 100644 --- a/packages/debug-utils/index.js +++ b/packages/debug-utils/index.js @@ -369,7 +369,11 @@ var DebugUtils = { return shortcuts.map(DebugUtils.formatCommandDescription).join(", "); }); - var suffix = [""]; + var suffix = [ + "", + "Docs: https://trufflesuite.com/docs/truffle/how-to/debug-test/use-the-truffle-debugger/", + "" + ]; var lines = prefix.concat(commandSections).concat(suffix);