On 13 Jun 2011, at 23:01, Nat! wrote: > o the standard gdb doesn't seem so clued in about objective-c, but I > don't see a specific gdb package for objective-c. Where to get it ?
Did you try 'set language objective-c'? I think gdb has Objective-C support by default, but sometimes it decides that you're in a C or C++ stack frame randomly and sets the language wrongly. David -- Sent from my Cray X1 _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
