How to display the exact line of code causing application crash in xcode 4 debugger like in xcode 3.2
I just downloaded xcode 4 recently and have read the xcode transition guide, however, I am still wondering how do I get the same feature for debugger in xcode 4 like in xcode 3.2. When I program in xcode 3.2 and run my application, if my code happened to cause a crash in the program, I could just press command+shift+y and I'll get the debugger mode appearing, which will shows which lines that it crashes. However, I can't seem to get this working for xcode 4. I know that I can look at which line that actually causes the crash by looking at the stacktrace, however, having that functionality in