In visual studio, is there a way to step back to see what the few lines executed before were?

后端 未结 5 1030
攒了一身酷
攒了一身酷 2020-12-24 00:32

In visual studio, is there a way to step back to see what the few lines executed before were? I hit an unhandled exception in my code, and what I would like to do is step ba

5条回答
  •  隐瞒了意图╮
    2020-12-24 01:10

    The latest Visual Studio Preview (as of today: 2017-10-16) has "stepping back"

    https://www.visualstudio.com/vs/preview/

    "Improved debugging capabilities such as stepping back"

提交回复
热议问题