Tip: Message vs Method in Obj-c
Don’t be confused when objective-c literature interchanges the word “message” with “method”….they mean the same thing.
Don’t be confused when objective-c literature interchanges the word “message” with “method”….they mean the same thing.
Break into the debugger when an exception is raised:
Go to the BreakPoint window and add -[NSException raise] and objc_exception_throw to the breakpoint symbols’s list.
Although this post has nothing to do with software engineering, mac, or technology, it’s important to me so I have to say it.
Congratulations Mom!

When learning a new programming language it’s customary to start with the “Hello, World!” application. Since this is my new blog (my very first blog), here is my “Hello, World!” post:
“Hello, World!”