Can one use GDB to print all elements of a structure? IE struct char_data
Or do you have to do p ch->name P ch->level Is there a way to just show all of it as once? Thanks -K
Can one use GDB to print all elements of a structure? IE struct char_data
Or do you have to do p ch->name P ch->level Is there a way to just show all of it as once? Thanks -K