I know this article turned one hundred years old, but if someone asks how to solve this problem in later versions of Xcode (unlike Xcode 3), you will find the corresponding option indicated by Always Show Disassembly in the Debug> Debug Workflow section in Xcode 6 and above. Make sure the option is NOT checked.
In Xcode 5, the option was marked as "Show disassembly when debugging" in Debug> Debug workflow . Make sure that the "Show disassembly during debugging" checkbox is not selected.
Back in Xcode 4, the option "Show disassembly during debugging" was found under Product> Debug Workflow . Again, make sure the option is not set.
It drove me crazy too.
NOTE. The information above is still valid for Xcode 9+. I applied updates to this answer when new versions of Xcode were released. Fortunately, the option has remained unchanged since Xcode 6 (for now).
VeryVito Sep 04 2018-11-11T00: 00Z
source share