mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
Handle SIGINT by stopping the traced program and then displaying a prompt to the user for commands. If the traced process is not running, this is a noop. Closes #30