mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 20:20:40 +08:00
* cmd: include replay command in docs even if rr is not installed. * path/to/binary is the required argument Replaces #847
Using Delve
You can invoke Delve in multiple ways, depending on your usage needs. Delve makes every attempt to be user-friendly, ensuring the user has to do the least amount of work possible to begin debugging their program.
Refer to the main usage document to further explore commands.