Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable assembly in Xcode's debugger window?

For some reason my Xcode debugger shows assembly code when debugging an iPhone app code. I'd like to see only Objective-C code, not assembly. This used to work OK but now something has changed. How to get back to "normal" debugging? Is there a setting in Xcode somewhere?

like image 549
Pompair Avatar asked Feb 25 '10 14:02

Pompair


1 Answers

@AlexR: To see the source code in Xcode 4.4, switch off Show Disassembly When Debugging over here: Product -> Debug Workflow -> Show Disassembly When Debugging

like image 118
0x5f3759df Avatar answered Sep 21 '22 21:09

0x5f3759df