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.

Leave a Reply

Your email address will not be published. Required fields are marked *