Алексей Олохтонов

Results 4 issues of Алексей Олохтонов

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...

As far as I know, gf currently does not show any output the debugee writes to stdout/stderr. Mixing it with gdbs own output in the Console window would be bad,...

enhancement
help wanted

It closes the "Enter address expression" popup, but doesn't apply the address like clicking "Goto" does.

When doing a Ctrl+Click (a.k.a. "Run to cursor"), the UI only sends the line number to gdb. So if the active file is `first.c` and I want to run *until*...