是否可以在 .Net 程序中检测到它正在调试器中停止/单步执行?

发布于 2024-12-08 12:05:29 字数 157 浏览 0 评论 0原文

这是为了解决有时困扰我调试的问题。我正在开发的程序会检测用户在 UI(鼠标 + 键盘)中的不活动情况,如果用户在可配置的时间范围内没有活动,则会超时。我遇到的问题是,即使我正在调试程序,用户不活动也会被计算在内,并且我希望能够从用户不活动时间中减去在调试器中花费的时间,因此程序不会计时当我调试它时。

This is to address an issue that bothers my debugging at times. The program I'm working on detects user inactivity in the UI (mouse + keyboard) and time-outs if the user has no activity over a configurable time span. The problem I'm having is that the user inactivity is counted even if I'm debugging the program and I would like to have the ability to substract the time I spend in the debugger from the user inactivity time, so the program does not time out while I am debugging it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

沦落红尘 2024-12-15 12:05:29

您可以在应用程序的 DEBUG 版本中禁用超时代码。

You could just disable the timeout code in the DEBUG builds of your application.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文