Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Link to Debugger reference docs #5892

Merged
merged 1 commit into from
Feb 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 5 additions & 1 deletion packages/debug-utils/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
cds-amal marked this conversation as resolved.
Show resolved Hide resolved
""
];

var lines = prefix.concat(commandSections).concat(suffix);

Expand Down