简体   繁体   English

当在调试控制台中突出显示某些内容时,执行会暂停,直到它未突出显示......我该如何停止这种行为?

[英]When something is highlighted in a debug console, execution just pauses until it's unhighlighted ... how do I stop this behaviour?

  • I start a visual studio project with debugging.我通过调试启动了一个 visual studio 项目。
  • The console pops up, and I often accidently highlight something, which causes execution to pause until I unhighlight it... I don't want it to pause ever unless I've set appropriate breakpoints.控制台弹出,我经常不小心突出显示某些内容,这会导致执行暂停,直到我取消突出显示它......我不希望它暂停,除非我设置了适当的断点。

I've tried looking around at the various options, but nothing seemed appropriate.我试过查看各种选项,但似乎没有合适的。

This superuser response answers the question.这个超级用户的回答回答了这个问题。

https://superuser.com/questions/1442941/windows-10-console-stops-running-if-i-click-in-the-console-window https://superuser.com/questions/1442941/windows-10-console-stops-running-if-i-click-in-the-console-window

Basically a change in behaviour since windows 10 where QuickEdit was enabled by default, so highlighting the console would cause the console to stop printing and pause the program.基本上是自 Windows 10 以来的行为变化,其中默认启用 QuickEdit,因此突出显示控制台将导致控制台停止打印并暂停程序。 By disabling QuickEdit it will not longer pause.通过禁用 QuickEdit,它将不再暂停。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 第一次显示时,如何阻止Winforms文本框中的文本被自动选择/突出显示? - How do I stop the text in a Winforms textbox from being automatically selected/highlighted when first displayed? 我如何正确地阻止代码执行直到回调 - How do I properly block code execution until callback 当程序在非调试模式下运行时,如何显示控制台窗口? - How do I make the Console window show when a program is running in non-debug mode? c#控制台-执行某些操作,直到按下键 - c# Console-Do something until key pressed 如何停止代码的执行,直到我从 Unity 中的 PlayerPref 读取值 - How to stop the execution of the code until I read a value from PlayerPref in Unity 如何使用PostSharp停止方法的执行? - How can I stop a method's execution using PostSharp? 如何等待控制台应用程序空闲? - How do I wait until a console application is idle? 我写东西时如何停止绑定源以查找数据 - How to stop binding source to find data when i write something 两次执行“ console.readline();”时如何停止C#控制台程序停止运行 - How do I stop my C# console program from stopping when executing “console.readline();” twice 使用 Microsoft 的 ILogger 时,如何将 scope 包含在 Serilog 的控制台接收器中? - How do I include scope with Serilog's console sink when using Microsoft's ILogger?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM