visual studio调试问题 [英] visual studio debugging problem

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

问题描述

嘿伙计们......

i我的visual studio 2010调试器有问题!

i正在开发一个Windows应用程序项目我设计并编辑了我的代码一切都很好直到我今天开始工作;我编辑代码,我编辑我的表单,我点击运行按钮调试,看到我的编辑,.cs文件保存正确,当我的软件运行时,我看到正在运行的应用程序是我的应用程序之前编辑代码...

i dnt知道为什么当我编辑代码并保存它们时,它们会正确保存但是当我运行它时显示我昨天正在使用它!

实际视觉工作室不会调试我的新代码!

这个问题只是wid这个项目和其他项目我没有这个问题!

今天产生这个问题!

请告诉我,我应该unistal /安装视觉工作室...

i用记事本打开我的代码,我确定我的编辑代码已保存!

请帮助我!

解决方案

尝试执行Clean和完全重建:它们都可以从Build菜单中获得。您的EXE和/或中间文件可能(以某种方式)标记的日期晚于项目源文件,这将导致更改被忽略,就建筑而言。



如果这不能解决问题,请尝试在代码中添加语法错误:只需在文件顶部输入sdfsdf即可。构建它时,您应该得到错误,构建应该是不完整的。这表明该文件现在肯定晚于中间人。


可能是您的驱动器上有两个不同位置的解决方案。您的工作室正在使用一个实例,而您正在另一个地方查看源的第二个实例。确保只在硬盘驱动器上的某个位置安装解决方案,然后打开解决方案并重试。这与需要重新安装的Studio或类似的东西无关。这是许多开发人员在某些时候发生的简单错误。


可能Visual Studio或OS可能已损坏..请重新安装它..

hey guys...
i have a problem with my visual studio 2010 debugger!
i was working on a windows application project i designed and edit my codes everything was good until i came to work on it today ; i edit codes ,i edit my form and i clicked on run button to debugg and see resault of my edits , .cs files saved correctly and when my software ran, i saw the running application is my application before editing codes ...
i dnt know why when i edit codes and save them, they save correctly but when i run it show me same that i was workin on it yesterday!
actualy visual studio doesnt debug my new codes !
this problem is just wid this project and in other project i dnt have this problem !
this problem generated today !
please dnt say me i should unistal/install visual studio ...
i open my codes with notepad , and im sure my edited codes has been saved!
please help me !

解决方案

Try doing a Clean and a full rebuild: they are both available from the Build menu. It is possible that your EXE and/or intermediate files is (somehow) stamped with a later date than you project source files, which would cause changes to be ignored as far a building is concerned.

If that doesn''t cure it, try adding a syntax error to your code: just type "sdfsdf" at the top of your file. When you build it you should get errors and the build should be incomplete. That would indicate that the file is definately now later than teh intermediates.


It could be that you have your solution in 2 different places on your drive. Your studio is using one instance, while you are looking at a second instance of the source in a different place. Ensure that you have the solution only in one place on your hard drive and then open your solution and try again. This has nothing to do with Studio needing to be reinstalled or anything like that. This is a simple error that happens to many devs at some point or another.


It may possible that either Visual Studio or OS might be corrupted.. Please have a fresh installation of it..


这篇关于visual studio调试问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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