Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在调试一个加载我没有编译的 DLL 的应用程序,但它们有一些导出的函数。
是否可以从 DLL 生成 PDB,以便在调试期间在调用堆栈中看到导出的函数符号?
谢谢!
pdb 由编译器在生成代码时生成。如果无法访问其源代码,您没有足够的信息可以pdb从已编译的内容中生成。dll
pdb
dll
但通常 pdb 由dll的作者提供