Hey Riccardo, > > first, why can't I just "p _length" ? why is it not in context? > > (gdb) p i > $1 = 1176 > (gdb) p _length > No symbol "_length" in current context.
Try "p self->_length" if it's an ivar. Eric _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
