调试 nhibernate 原始版本

发布于 2024-09-17 05:57:56 字数 241 浏览 8 评论 0原文

我从原来的网站下载了 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

倾城泪 2024-09-24 05:57:56

尝试从 http://www.symbolsource.org/ 获取符号

Try getting the symbols from http://www.symbolsource.org/

む无字情书 2024-09-24 05:57:56

从 NHibernate 3.0 开始提供 PDB。

PDBs are provided starting with NHibernate 3.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文