Can I debug while running a VS Unit Test?

前端 未结 4 2008
说谎
说谎 2021-02-01 03:30

I want to unit test a user component which use custom events. when doing this without using VS Unit test Framework debug.assert succeed, when doing the same thing with VS Unit T

4条回答
  •  攒了一身酷
    2021-02-01 04:08

    Under the Test Explorer -> Right click on the specific test case you want to debug -> From the Context Menu click Debug the selected test case option.

提交回复
热议问题