Is it possible to run (command line) delve commands from vs code --when in debug mode? For eg. I may want to "Print contents of CPU registers." with 'regs'.
Can I do that from VS Code?
Thanks!