简体   繁体   English

Visual Studio监视窗口不允许键入

[英]Visual studio watch window not allowing to type

I am debugging my application. 我正在调试我的应用程序。 When I open watch window and click on new row to write variable name it shows error. 当我打开监视窗口并单击新行以写入变量名时,它显示错误。 Please see the image. 请看图片。

在此处输入图片说明

It creates a file "VisualStudio_Debugger_Intellisense_1880_13" and file contains nothing. 它创建一个文件“ VisualStudio_Debugger_Intellisense_1880_13”,该文件不包含任何内容。 I restarted Visual studio but didn't worked. 我重新启动了Visual Studio,但是没有用。

I found the problem. 我发现了问题。 It was due to a extension "Where Am I". 这是由于扩展名“我在哪里”。 Where Am I extension is available for Visual Studio 2010. This is not available for VS 2012. I did a hack so that it can be installed on VS 2012. This caused this problem. 我可以在其中使用Visual Studio 2010扩展程序。对于VS 2012则不能使用。 I disabled that extension, and now everything working fine. 我禁用了该扩展程序,现在一切正常。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM