找出在Visual Studio调试模式下执行哪一行 [英] Find out which line will be executed in Visual Studio debug mode

查看:167
本文介绍了找出在Visual Studio调试模式下执行哪一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我知道执行什么行,那么可以在哪里执行断点。

How can I find out which line will be executed after performing any action?

但是如果我不知道在哪里设置断点,或者我只需要更快地去执行行(没有设置断点)。

If I know what will be executed I can put break point there. But what if I am not sure where to set breakpoint or just I need to go to the executing line faster (without setting breakpoints).

全部打破不是什么我在找。这是暂停调试,所以我无法执行任何动作(之后我想要Visual Studio自动设置断点)

"Break All" is not what I look for. It is pausing debugging, so I cannot perform any action (just after which I want Visual Studio sets breakpoint automatically)

换句话说,例如我想开始调试每个点击一个按钮后,不要放置断点。是否可能?

In other words, for example I want to start debugging each line after clicking a button, without putting breakpoints. Is it possibile?

推荐答案

对于.NET应用程序,您可以使用我的运行时流程工具(30天试用版),查看一些操作后执行的代码。

For a .NET application you can use my Runtime Flow tool (30-day trial) to see code that is executed after some action.

这篇关于找出在Visual Studio调试模式下执行哪一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆