Delve
Installation on Linux
|
|
|
|
Usage
|
|
|
|
dlv debug
Compile and begin debugging main package in current directory, or the package specified.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dlv attach
Attach to running process and begin debugging.
|
|
|
|
|
|
|
|
Command Line Interface
|
|
help Prints the help message.
list Show source code.
args Print function arguments.
locals Print local variables.
next Step over to next source line.
step Single step through program.
break Sets a breakpoint.
clear Deletes breakpoint.
clearall Deletes multiple breakpoints.
print Evaluate an expression.
continue Run until breakpoint or program termination.
set Changes the value of a variable.
stack Print stack trace.
trace Set tracepoint.
exit Exit the debugger.