Stepping through and debugging code in Unit tests

前端 未结 8 2018
离开以前
离开以前 2020-12-09 01:34

I have not been able to debug or step through unit test.

Here is my sample test code...

using System;
using System.Text;
using System.Collections.Gen         


        
8条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-09 01:57

    It's far simpler in VS 2013, in Test Explorer select tests you wish to debug, right-click and choose debug selected tests.

提交回复
热议问题