LoginSignup
0
0

More than 5 years have passed since last update.

conditional breakpoint でconsole.logデバッグをする

Posted at

もともとXCodeでのtipsとして知ったもの。
conditionに console.log() を入れるとその行が実行された時にconsoleにログが出てきます。タイミングが重要なときとかに使えます。

Screen Shot 2016-06-24 at 19.01.03.png

同様にトラブルシュートのためにデフォルトの設定を書き換えて実行してほしい時にも使えます。

Screen Shot 2016-06-24 at 19.03.45.png

0
0
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
0
0