Examples (6)
Compile and begin debugging the main package in the current directory (by default, with no arguments)
dlv debugCompile and begin debugging a specific package
dlv debug package argumentsConnect to a headless debug server
dlv connect ip_addressAttach to a running process and begin debugging
dlv attach pidCompile and begin tracing a program
dlv trace package --regexp 'regex'made by @shridhargupta | data from tldr-pages