views:

191

answers:

3

In the XCode debugger, I can only see the disassembly code, I do not see the section for source code. I tried the "source code and disassembly" options in Debugger display. Nothing changes. Can someone please help me with this?

If your suggestion is "read more documentation", please don't waste your time or mine. No one is forcing you to reply.

Otherwise, your help is much appreciated. Thanks for your time.

Thanks

A: 

You get to the source code by clicking on the method name in the thread window.

ennuikiller
+1  A: 

You're never going to see any source code that you don't have access to. If you're stepping into Apple's territory (or any other vendor's for that matter), all you'll get is disassembly.

Azeem.Butt
A: 

Thanks for the reply, guys. Very helpful.

BU