vb6 调试 .exe 到 .dll
问题描述:
可能是之前有人问过的问题.请指导我解决可能回答我的问题的任何问题...
Probably a question that has been asked before. Please guide me to any questions that might answer my question...
我有一个调用 VB6 .dll 的 VB6 .exe.我想从 .exe 代码调试 .dll.
I have a VB6 .exe that calls a VB6 .dll. I would like to debug the .dll from the .exe code.
关于如何实现这一目标的任何想法?好久没玩vb6了.
Any ideas on how to achieve that? It has been a very long time since I have played with vb6.
谢谢
答
在一个 VB6 IDE 中打开两个 VB6 项目(一个 VB 项目组……如果我没记错的话,会创建并使用 .vbg 的文件扩展名).另外,将调试设置为中断类模块.
Open both VB6 projects in one VB6 IDE (a VB Project Group ... creates and uses a file extension of .vbg if I remember correctly). Also, set debugging to Break in Class Module.