winbase :: LoadLibrary()是否加载.pdbs? [英] Does winbase::LoadLibrary() load .pdbs?

查看:153
本文介绍了winbase :: LoadLibrary()是否加载.pdbs?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



winbase :: LoadLibrary()是否在调试模式下加载.pdb?



因为如果没有,这将解释为什么我不能在我的DLL中使用任何调试,如果是这样,那至少会告诉我搜索



明显的后续行动:如果没有,如何让VS2010加载pdb?



[1] http:// msdn。 microsoft.com/en-us/library/ms684175(VS.85).aspx

解决方案

符号文件只要将DLL加载到进程空间中进行搜索,独立于这种情况。你的问题必须在别的地方。


I have issues with debugging of a library loaded at runtime, and an unknown is:

Does winbase::LoadLibrary() load the .pdb in debugging mode?

Because if it doesn't, that would explain why I cannot use any debugging in my DLL, and if it does, that would at least tell me to search for the problem somewhere else.

Obvious follow-up: If it does not, how do I get VS2010 to load the pdb anyway?

[1] http://msdn.microsoft.com/en-us/library/ms684175(VS.85).aspx

解决方案

The symbol file search is conducted whenever a DLL is loaded into your process space, independent of how that happens. Your problem must lie elsewhere.

这篇关于winbase :: LoadLibrary()是否加载.pdbs?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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