码迷,mamicode.com
首页 > 编程语言 > 详细

该进程或线程自上一个步骤以来已更改

时间:2014-05-27 23:45:42      阅读:828      评论:0      收藏:0      [点我收藏+]

标签:c   class   code   ext   a   int   

相关解决办法如下:

VS进行高度时,断点处提示“该进程或线程自上一个步骤以来已更改" 每个断点跑两遍似的。

这个是由于在VS环境中 勾上了 ”工具\选项--->调试--要求源文件与原始版本完全匹配“这个项

 

该进程或线程自上一个步骤以来已更改

英文表述:The process or thread has changed since last step

 

以下是是从网上摘录的解决办法。

 

 Q:

I have a console application that executes a static method in a class on a new thread.  When I step through the statements in the method, the breakpoint is moving to previous statements.  When I hover over a small blue exclamation mark, the tooltip reads ‘The process or thread has changed since last step‘.  I‘ve never seen this before and it wasn‘t happening earlier today when I was debugging the same class method.

If you know the cause and how to resolve it, I would appreciate it if you could please let me know.

Many thanks.

A:

It sounds like the code you‘re stepping through doesn‘t match the binaries that are being run.  Try doing a clean rebuild of your solution and verifying that the code matches the symbols (Tools\Options -> Debugging -> Require source files to match

Michael Taylor 

该进程或线程自上一个步骤以来已更改,布布扣,bubuko.com

该进程或线程自上一个步骤以来已更改

标签:c   class   code   ext   a   int   

原文地址:http://www.cnblogs.com/huchaoheng/p/3753887.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!