mirror of
https://github.com/go-delve/delve.git
synced 2025-11-02 12:59:01 +08:00
Our handling of SIGINT is confusing to people that expect SIGINT to be delivered to inferior when they press ^C (see #483 for example). Let's make an effort to point out what's happening and how one can send SIGINT to inferior.