私はそうのようなシミュレータで実行中のアプリケーションからの例外の詳細を取得するために使用:XCode 4.6で例外の詳細を取得する方法を教えてください。
po $eax
私はそれが動作を停止していますXCodeの4.6にアップグレードして以来。私はいつもこのエラーが出る:
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
私は人々がこれを使用することをお勧め見てきました:
register read eax
しかし、それは私にこのエラーを与える:私は、例外の詳細を取得するにはどうすればよい
eax = error: unavailable
XCode 4.6?
あなたはどんな例外を指していますか? Objective-CやC++など何か? – trojanfoe
Objective-C例外。 – Simon
そして、代わりに 'objc_exception_throw'を打ち破るのはなぜですか? – trojanfoe