blog.ilustreous

Yet another programming blog

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.

Tip: Breaking on Exceptions

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.

Mom vs Cancer: 2-0

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!

pacman.jpg

Hello world!

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!”