debug allows you to debug your code using debug providers.
f5runs the current package (dlv debug)ctrl-f5runs the current package tests (dlv test)shift-f5restarts the current delve session (r / restart)f6stops delve (exit / quit / q)f8continue the execution (c / continue)f9toggle breakpointf10step over to next source line (n / next)f11step into functions (s / step)cmd-k cmd-g(mac) /ctrl-k ctrl-g(others) toggles the main panel