如何在Winxp 2002上的vs2008中调试C文件 [英] how to debug the c file in vs2008 on winxp 2002

查看:74
本文介绍了如何在Winxp 2002上的vs2008中调试C文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我将断点放在c中的dll项目中的功能上时.
错误是断点符号已更改,符号信息是断点当前未命中.此文档尚未加载任何符号.

When I put the breake point on function in dll project in c.
error is symbol of breake point is changed and information on symbol is the breake point will not currently be hit.No symbols have been loaded for this document.

推荐答案

您的问题尚不清楚,但是我怀疑您正在尝试使用DLL的非调试版本进行调试.尝试在启用DEBUG的情况下重建它.
Your question is not very clear, but I suspect you are trying to debug with a non-debug version of the DLL. Try rebuilding it with DEBUG enabled.


通常,当您标记为主入口点的可执行文件根本不加载dll或进行更改时,通常会收到此警告. DLL代码,并且没有重新编译.

可能还有一个错误导致您的可执行文件无法加载dll,在这种情况下,您将获得完全不加载dll的相同效果.
You usually get this warning when the executable you''ve marked as your main entry point does not load the dll at all or alternatively, when you made changes to the DLL code and didn''t recompile.

There could also be an error causing your executable not to load the dll, in which case, you''d get the same effect of not loading the dll at all.


这篇关于如何在Winxp 2002上的vs2008中调试C文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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