#
1 2 3 4 5
from pwn import *context.terminal = ["kitty"]p = gdb.debug("./thing", gdbscript="c")p.interactive()