11
7

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.

Visual Studio でユニットテストをデバッグ実行する方法

Posted at

備忘録。環境は Visual Studio 2017 version 15.6.6

ユニットテストがどうしてもうまくいかない時、デバッグでステップ実行したい時があります。
しかし、ブレークポイントを張ってテストを実行しても止まってくれません。

そんな時は、

  1. いつも通り、ブレークポイントを張る
  2. テスト(S) > デバッグ > 選択したテスト または 全てのテスト

もしくはショートカットキーで Ctrl + R + Ctrl + T でもOKです。

ちゃんと止まってくれます。:relaxed:
image.png

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

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?