Whenever i start my app and i have my view setup to see the code and the console in the debug view (in a all-in-one setup) my source view get switched to asm code for asm__dyld__dyld_start
A:
Try changing the setting in Run->Debugger Display to "Source Only" instead of "Dissasembly Only".
Barry Wark
2009-05-28 16:37:33
it is already on source only
CiNN
2009-05-28 20:05:26
What if you continue execution? Is the debugger stopping at program startup (in asm code, since it's not your source)? Perhaps a GDB setting?
Barry Wark
2009-05-28 23:45:23
it doesn't stop, it just shows me the asm, if i switch to code view and back to debug view, the source code from code view shows back in debug view.
CiNN
2009-06-01 19:59:49
hmm. I'm stumped. Sorry.
Barry Wark
2009-06-02 14:50:28
You may want to try the xcode-users list hosted by Apple: http://lists.apple.com/mailman/listinfo/xcode-users
Barry Wark
2009-06-02 14:51:06