调试会一起停止功能 [英] Debugging stops functionality all together

查看:67
本文介绍了调试会一起停止功能的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我放置调试停止点时,语音识别无法启动。条件停止也不起作用。有没有办法在调试中监控参数而不设置停止点?
 

When I place debugging stop point the voice recognition doesn’t start. Conditional stops don’t work either. Is there a way to monitor parameters in debug without placing a stop point?  

推荐答案

您好Gigaman1,

Hi Gigaman1,

>> 有没有办法在调试中监控参数而不设置停止点?   

>> Is there a way to monitor parameters in debug without placing a stop point?  

您使用的是哪种应用调试?您是如何监控参数,查看价值或其他?停止点意味着断点,我是对吗?

Which kind of app did you debug? How did you monitor the parameters, view the value or others? The stop point means a breakpoint, am I right?

在像VS2010这样的旧VS版本中,我记得它有调试工具的暂停按钮。

In old VS version like VS2010, I remember that it has the pause button for debugging tool.

https://stackoverflow.com/questions/ 4388954 / how-to-debug-c-sharp-without-breakpoints-in-visual-studio

或者您可以在没有断点的情况下调试您的应用程序,然后确保应用程序没有自动关闭,例如,对于C#控制台,我们经常添加"Console.Readline()"。或其他,然后某些调试窗口将自动共享参数值
,如本地窗口或其他。

Or you could just debug your app without breakpoint, and then make sure that the app was not closed automatically, for example, for C# console, we often add "Console.Readline()" or others, and then certain debugging windows would share the value of the parameters automatically like Local windows or others.

https://blogs.msdn。 microsoft.com/devops/2016/07/15/7-ways-to-look-at-the-values-of-variables-while-debugging-in-visual-studio/

最好的问候,

杰克


这篇关于调试会一起停止功能的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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