vb.net Windows窗体中的断点问题 [英] Break Point Problem in vb.net windows form

查看:135
本文介绍了vb.net Windows窗体中的断点问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
调试器问题当前不会找到断点.为此文档未加载任何符号

hi all,
Debugger problem "The break point will not currently be hit. No symbols have been loaded for this document

推荐答案

通常在您编译的dll时间戳和关联的PDB文件出现这种情况时间戳不一样.

您需要确保具有PDB文件以便进行调试,而不仅仅是文件,而且时间戳也应与dll匹配.重新编译该应用程序,然后重试.
This generally happens when your compiled dll timestamp and the associated PDB file timestamp are not same.

You would need to make sure you have PDB file in order to debug and not just file but the timestamp should also match with dll. Re-compile the application and try again.


也许您正在调试发行版配置?如果是这样,请切换到调试配置,然后尝试调试.
Perhaps you are debugging the release configuration? If so, switch to the debug configuration and then try debugging.


这篇关于vb.net Windows窗体中的断点问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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