https://bugs.winehq.org/show_bug.cgi?id=51766
Bug ID: 51766 Summary: ^C in gdb mode makes debugger quit Product: Wine Version: 6.17 Hardware: x86-64 OS: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: winedbg Assignee: wine-bugs@winehq.org Reporter: hi-angel@yandex.ru Distribution: ---
# Steps to reproduce
1. Run `winedbg --gdb notepad.exe` 2. Once you're dropped in gdb prompt, press ^C (Ctrl+c)
## Expected
Prompt gets redrawn a line below
## Actual
You are dropped out of winedbg into the terminal.