Content
The debugger Xcode has a built-in debugger. Unfortunately, a debugger doesn’t actually get the bugs out of your programs; it just lets them crash in slow motion so you can get a better idea of what is wrong. Like a police detective, the debugger lets you dig through the evidence after the damage has been done, in order to find the scoundrel who did it.