4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Xcodeのデバッグで、実行中に変数の値を書き換える方法

Posted at

まず、
 目的の箇所があれば、ブレークポイントで止めます。

値を変更する変数
スクリーンショット 2015-08-12 22.04.44.png

コンソールにコマンドを打ち込みます。
expr 変数名 = 代入したい値。
スクリーンショット 2015-08-12 22.04.30.png

結果:
 変数 iの中身が1になり、if文の中に入ります。
 (キャプチャ忘れましたが


さらに詳細が欲しい場合=lldb デバッガ コマンド などでググる。
4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?