Jak uzyskać szczegóły wyjątku w XCode 4.6?

Dostałem dane wyjątku od aplikacji działających w symulatorze w następujący sposób:

po $eax

Od czasu aktualizacji do XCode 4.6 przestał działać; Zawsze otrzymuję ten błąd:

error: warning: couldn't get object pointer (substituting NULL):
Couldn't find '_cmd' with appropriate type in scope
Couldn't materialize struct: Couldn't read eax (materialize)
Errored out in Execute, couldn't PrepareToExecuteJITExpression

Widziałem ludzi, którzy zalecają używanie tego:

register read eax

Ale to daje mi ten błąd:

eax          = error: unavailable

Jak uzyskać szczegóły wyjątku w XCode 4.6?

questionAnswers(3)

yourAnswerToTheQuestion