Usually Apple is pretty good about easy, intuitive program design. Only in the case of XCode, they seem to be trying to fix things that aren't broken.....and the result is just really hard to use.

It took me quite a while to figure out how to link against a library. Turns out you have two options: Either drag the library into the program (***?) or specify it normally under "Other Linker Flags" (***?).

The next challenge is getting the debugger working. Easy, right? It's just a GDB wrapper after all. But no.....I can't get it to stop at the breakpoint I'm setting, and I have no idea what I'm doing wrong. Any help?

(EDIT: This board bleeps W - T - F ? Seriously?)