调试 nhibernate 原始版本
我从原来的网站下载了 nhibernate 的二进制文件, 如果我得到源代码,我可以调试他们的二进制文件吗??
我的意思是:我不想重建源代码并将二进制文件带到项目中 然后调试它们。
顺便说一句,他们不提供带有二进制文件的 pdb 文件。
我只想将我的源代码链接到已经存在的二进制文件?
当我尝试打开模块窗口并选择加载符号文件时:Nhibernate.Pdb 我收到此消息:
在此文件夹中找不到匹配的符号文件。
I downloaded the binaries of nhibernate from their original site,
if i get the source code, can i debug their binaries??
what I mean : I don't want to rebuild the source code and take the binaries to the project
and then debug them.
BTW they don't provide a pdb files with their binaries.
i just want to link my source code to the already exist binaries?
when i try to open the modules window and choose to load a symbol file : Nhibernate.Pdb
i get this message :
A matching symbol file was not found in this folder.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试从 http://www.symbolsource.org/ 获取符号
Try getting the symbols from http://www.symbolsource.org/
从 NHibernate 3.0 开始提供 PDB。
PDBs are provided starting with NHibernate 3.0.