简体   繁体   English

Visual Studio 2013远程调试器监视器错误(不尝试远程执行任何操作)

[英]Visual Studio 2013 remote debugger monitor error (not trying to do anything remote)

I've been using VS 2013 for quite a while now and this problem occures quite often, although sometimes it goes away for a week or two. 我已经使用VS 2013已有一段时间了,这个问题经常发生,尽管有时会消失一两个星期。

Sometimes, after running my program in debug mode a few times, I get the following error: 有时,在调试模式下运行几次程序后,出现以下错误: VS错误

The workaround I have found is to close all visual studio windows, wait a minute (Yes, this seems to be important too. I have no idea why.) and then re-open visual studio. 我发现的解决方法是关闭所有Visual Studio窗口,等待一分钟(是的,这似乎也很重要。我不知道为什么。)然后重新打开Visual Studio。 It sometimes takes a few attempts, but after 3-4 tries I manage to get my programs running again. 有时需要尝试几次,但是经过3-4次尝试后,我设法使程序再次运行。 At least, for a couple more times, before this happens again. 至少要再进行几次,然后才能再次发生。

This has been happening in a couple of projects (most of which were windows forms projects, written in C# - could that be related? ). 这已经在几个项目中发生了(大多数是用C#编写的Windows窗体项目-可以相关吗?)。 I don't use any remote debugging - I run everything locally, so I don't really understand what this remote debugging is all about. 我不使用任何远程调试-我在本地运行所有操作,因此我不太了解此远程调试的全部含义。

I've tried looking for help on the internet before I posted, and it seemed that Visual Studio 2013 uses the remote debugger for the 64 bit environment. 在发布之前,我曾尝试在互联网上寻求帮助,而且Visual Studio 2013似乎在64位环境中使用了远程调试器。 My OS is Windows 7 / 64 bit, so that would explain why it's even using it. 我的操作系统是Windows 7/64位,因此可以解释为什么甚至使用它。 However, I couldn't really find anything to help me resolve my situation as most questions / posts deal with people who actually try to remotely debug their applications... 但是,由于大多数问题/帖子都与实际尝试远程调试其应用程序的人员打交道,因此我找不到真正能帮助我解决情况的东西。

I usually get this error when I try to debug on a remote machine but the client remote debugger tool is turned off. 当我尝试在远程计算机上调试但客户端远程调试器工具关闭时,通常会出现此错误。 make sure that in your project properties=> Debug section the "Use remote machine" option isn't checked: 确保在项目属性=>调试部分中未选中“使用远程计算机”选项: 远程机器

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

相关问题 Visual Studio 2019 远程调试器不会因异常而中断 - Visual Studio 2019 Remote Debugger not Breaking on Exceptions Visual Studio - 以编程方式将调试器附加到远程进程 - Visual studio - Attach debugger to remote process - programatically Visual Studio 2015远程调试器'未实现' - Visual Studio 2015 Remote Debugger 'not implemented' Visual Studio 2013远程调试,自动部署? - Visual Studio 2013 remote debugging, auto deploy? 在Visual Studio 2013中进行负载测试,是否必须在远程服务器上安装代理? - Load test in Visual Studio 2013, do I have to install agent on remote server? 连接到远程完整IIS服务器(Visual Studio 2013)时ServerManager引发错误 - ServerManager is throwing error when connecting to a remote full IIS server (Visual Studio 2013) 是否可以在Visual Studio 2010 Express中集成远程调试器? - Is it posible to integrate a remote Debugger in visual studio 2010 Express? 如何在服务模式下运行Visual Studio远程调试器 - How to run Visual studio remote debugger in service mode 在 IIS 上使用 Visual Studio 远程调试器调试 program.cs - debug program.cs using visual studio remote debugger on IIS 远程调试器比此版本的 visual studio 2019 旧 - The remote debugger is older than this version of visual studio 2019
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM