main.m 175 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 #include <Foundation/Foundation.h> int main(int argc, char** argv) { printf("About to log\n"); // break here NSLog(@"This is a message from NSLog"); return 0; }