nakst / gf

A GDB frontend for Linux.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing F4 (connect) while the debugee is running freezes the UI for several seconds

aolo2 opened this issue · comments

I would guess F4 shouldn't actually do anything if there's a debugging session already active (started via start/run).
Also, starting via start and then pressing F4 twice also freezes, but not for so long.

edit: I should add that it's mainly a problem for me because I oftentimes missclick F3 (kill) or F5 (run/continue). The first few times I could not understand at all what was happening

commented

4a5f0c4 adds confirmation dialogs for F3 and F4. These can be optionally disabled as described here https://github.com/nakst/gf#gdb-configuration.