Step through a program backwards after an Exception has occurred - Visual Studio

前端 未结 4 1165
孤城傲影
孤城傲影 2021-01-11 17:43

Is there a way to step back through a program from the point where an error/Exception has occurred? Or look at the sequence in which the methods were called before the erro

4条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-11 18:20

    Right click on the line of code to which you want to get back and select "Set next statement" Another option is to drag the yellow arrow to the desired line.

提交回复
热议问题