This is dbg.m in view mode; [Download] [Up]
#import <objc/objc.h>
#import <objc/Object.h>
id ck_class[64];
SEL ck_selector[64];
int ck_level=1;
int ck_dbg (int flag, id obj_id, SEL selector)
{
id class;
/* class = [obj_id class]; */
if (flag<=ck_level) {
return 1;
} else {
return 0;
}
}
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.