mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 12:05:21 +08:00
Save the attached to PID to the configuration when WaitFor is used so that we later know that we attached and behave identically to when the normal attach command is used, particularly with respect to killing the process on exit. Fixes #4119