Categories
Posts

GDB Logging

I’ve found logging in GDB to be really helpful. Repeat after me:

set logging on

By default it will write to the file gdb.txt. For other logging commands see the GDB logging output page.