简体   繁体   English

在 Visual Studio 中使用 .pdb 文件调试 VB 6.0 ActiveX DLL

[英]Debug VB 6.0 ActiveX DLL with .pdb file in Visual Studio

I have a VB 6.0 Project that I am able to compile and build the ActiveX DLL and .pdb file.我有一个 VB 6.0 项目,我可以编译和构建 ActiveX DLL 和 .pdb 文件。

I have added the .dll as a COM reference to my C# project in Visual Studio 2019 and it works fine.我在 Visual Studio 2019 中添加了 .dll 作为对我的 C# 项目的 COM 引用,它工作正常。

The problem is that I can't step into ActiveX DLL during debugging in Visual Studio and the .pdb file is not been loaded.问题是在 Visual Studio 中调试期间我无法进入 ActiveX DLL,并且未加载 .pdb 文件。

Can Visual Studio work with .pdb files of VB 6.0? Visual Studio 可以处理 VB 6.0 的 .pdb 文件吗? Is there anything I am missing?有什么我想念的吗?

Thanks in advance.提前致谢。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用不同的dll和pdb的Visual Studio 2012调试 - Visual Studio 2012 debug using different dll and pdb 使用Visual Studio 2010远程调试C#.dll - 获取.PDB文件不匹配 - 任何它绝对是来自构建 - Using Visual Studio 2010 to remote debug a C# .dll — getting .PDB file does not match - any yet it is absolutely the from the build 如何在VB6中调试ActiveX dll? - How to debug ActiveX dll in VB6? 从dll和pdb文件Visual Studio反编译自己的类 - Decompile own class from dll and pdb files Visual Studio visual studio:如何在调试期间忽略pdb未加载的警告? - visual studio: How to ignore pdb not loaded warnings during debug? Visual Studio 2013社区-生成PDB文件-无高级调试选项 - Visual Studio 2013 Community - Generating PDB Files - No Advanced Debug Options Visual Studio 从 Debug 目录中删除所有 dll、pdb、xml 文件,并且在我尝试发布应用程序时需要发布 - 如何恢复它们? - Visual Studio deletes all dll, pdb, xml files from Debug directory and requires publishing when I tried to publish application - how to restore them? 停止visual studio将.DLL文件放入/ debug - Stop visual studio putting .DLL files in /debug 在Visual Studio中调试到远程DLL库 - Debug into a remote dll library in visual studio 在 Visual Studio 中使用 Pdb 文件和源代码文件进行调试 - Debugging with Pdb file and Source Code File in Visual Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM