博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
该进程或线程自上一个步骤以来已更改
阅读量:6247 次
发布时间:2019-06-22

本文共 1042 字,大约阅读时间需要 3 分钟。

相关解决办法如下:

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 

转载于:https://www.cnblogs.com/huchaoheng/p/3753887.html

你可能感兴趣的文章
UML类图几种关系的总结
查看>>
grub和grub2相关概念
查看>>
kafka
查看>>
linux 进程管理
查看>>
Oracle 的密码策略,你知道多少?
查看>>
53. Python 爬虫(2)
查看>>
SHELL脚本
查看>>
Apache服务器的安装与配置
查看>>
ansible报错总结
查看>>
将桌面文件映射至E盘
查看>>
android批量发送短信
查看>>
编译时出现undefined reference to `libiconv_open’的解决办法
查看>>
从春晚小品《想跳就跳》到“蛇年电商”
查看>>
Centos 6.5编译安装LAMP
查看>>
Windows Phone 7中的永久数据和瞬间状态
查看>>
jBPM与业务系统集成-通过定制Task Instance等方式实现
查看>>
+++++++++用户空间进程通信、tcp协议基础、http协议,HTTP请求流程
查看>>
桌面云中RemoteFX 认证终端设备
查看>>
WCF BasicHttpBinding 安全解析(1)BasicHttpBinding基本配置
查看>>
JQuery ajax url传值与data传值的区别
查看>>