Search code examples
vb6

vb6 debugging .exe to .dll


Probably a question that has been asked before. Please guide me to any questions that might answer my question...

I have a VB6 .exe that calls a VB6 .dll. I would like to debug the .dll from the .exe code.

Any ideas on how to achieve that? It has been a very long time since I have played with vb6.

Thanks


Solution

  • 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.