配置VS2008中调试器的超时时间 [英] Configuring the Timeout-period for Debugger in VS2008

查看:491
本文介绍了配置VS2008中调试器的超时时间的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Delphi应用程序中使用C#-Service,问题是如果我不点击任何东西一段时间,VS会停止调试器。



它看起来像一个调试超时问题,但是我在VS中找不到任何相关配置。有没有人知道是否有这样的配置,它在哪里?



感谢您的帮助。

解决方案

好吧,我找到答案:



必须通过以下命令禁用pinging属性来停止进程状态检查: p>

appcmd set apppool /apppool.name:string /processModel.pingingEnabled:false



或使用UI:


  1. 打开IIS管理器


  2. 在连接窗格中,展开服务器节点,然后单击应用程序池。


  3. 池页面,选择应用程序池,然后单击操作窗格中的高级设置。


  4. 对于启用Pinging属性,选择False可禁用ping,然后单击OK。



Im using a C#-Service in a Delphi application, the problem is that VS stops the debugger if i dont click anything for some time.

It looks like a debugging-timeout issue but i can not find any related configuration in VS for this. Does anybody know if there is such a Configuration and where is it?

Thanks for your Help.

解决方案

Well guess i found the answer:

One have to stop the process status check by disabling the pinging property by following command:

appcmd set apppool /apppool.name: string /processModel.pingingEnabled: false

Or using the UI by:

  1. Open IIS Manager

  2. On the Connections pane, expand the server node and click Application Pools.

  3. On the Application Pools page, select the application pool and then click Advanced Settings in the Actions pane.

  4. For the Pinging Enabled property, select False to disable pinging, and then click OK.

这篇关于配置VS2008中调试器的超时时间的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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