Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.6 Strange issues with Debugger."po" command does not work

I just recently upgraded to xcode 4.6 and strange things are happening to the debugger. "po" command ceases to work some times. Also step by step debugging sometimes does not work. Is anybody else having the same issues

like image 607
Qamar Suleiman Avatar asked Feb 11 '13 18:02

Qamar Suleiman


1 Answers

I have found the issue with this. I checked the Optimization Level for your Apple LLVM Compiler code compilation in target settings, changed it to None and now the debugging works as it should

like image 199
Qamar Suleiman Avatar answered Oct 04 '22 18:10

Qamar Suleiman