In Xcode, say you write an app for the iphone and it has a runtime error in it. What I've been seeing is that it just closes out the program in the simulator but doesn't really hilight or give me any feedback as to what line caused the crash... am I missing something??
Note: I don't consider the console to be very effective since it just spits out an error, but I still need to find where in the heck that bug is stemming from in the code.