Download raw body.
Add a way to exit ddb Hangman game
On Sun, Sep 22, 2024 at 04:49:00PM +0000, Miod Vallat wrote: > > Problem: Currently the only way to safely exit the DDB hangman game is to win (which is hard) > > Works as designed. No change needed. Current design is problamatic since when running the Hangman command in the debugger, you can't get out unless you win. This confused me a lot since it is not obvious, and attempts to escape fail since it is running in the kernel so you can't exit in standard ways like user mode programs. So the only quick option left is to force shutdown the computer. This patch alleviates this issue by adding the possibility to escape back to the debugger using CTRL+C
Add a way to exit ddb Hangman game