I am running gdb and want to examine one of those unfortunate god objects. It takes many pages (and I have a 24\" monitor turned sideways!) to see the whole thing. For eas
You need to enable logging.
(gdb) set logging on
You can tell it which file to use.
(gdb) set logging file my_god_object.log
And you can examine current logging configuration.
(gdb) show logging