0
2

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 1 year has passed since last update.

VSCodeのブレークポイントを使ってC#スクリプトのデバッグをする

Posted at

###ブレークポイントとは
ブレークポイントは、コンピュータプログラムを実行する際に、開発者の指示で強制的に実行を一旦停止する箇所のこと。実行中のプログラムの状態を確認し、デバッグするのに使う。

###やり方
以下の記事にまとまっているため、この記事では割愛する。
https://qiita.com/sawasaka/items/47d480f55ffde0448876

###役に立った場面

以下の場面で、indexSpeedがnullでだったので、ブレークポイントを打って実行中の状態を確認した。
スクリーンショット 2022-02-08 21.05.14.png
indexTipにカーソルを合わせると、以下のように実行中の状態を確認することができる。こちらの画像は修正済みのものだが、デバッグ時にはnullと表示され、問題の原因が判明した。
スクリーンショット 2022-02-08 21.11.23.png

###参考サイト
https://e-words.jp/w/%E3%83%96%E3%83%AC%E3%83%BC%E3%82%AF%E3%83%9D%E3%82%A4%E3%83%B3%E3%83%88.html

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?