How do I add custom command in Delve

I would like to get ‘verbose’ command added to delve (https://github.com/derekparker/delve ) debugger. When verbose is turned on, the debugger should show (1) stack level number, (2) line number and (3) code at the line to get printed.

I am not able to figure out how would I do that? Do I need to change the library code or is there any workaround available?

The delve documentation does not contain any standard steps for adding/contributing new subcommands to delve.

I guess the best option is to get in touch with the author of delve.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.