Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Xcode の最も厄介なバグの 1 つは、最も必要なオブジェクトがデバッグ ウィンドウから消えてしまうことです。Xcode に常にすべてのオブジェクトを表示させる方法はありますか?
ありがとう。
オブジェクトの内容を表示する必要がある場合は、デバッグ コンソールに「po objectName」と入力するだけです。調べたいプリミティブの場合は、「p variableName」を使用します。
例: 「po セルフ」
あなたの質問には答えられないことはわかっていますが、かなり良い回避策です。