VB6 debug cannot step into another project

1.3k views Asked by At

I have a y.vbg with 3 projects in it.

x1.vbp *StartUp Project x2.vbp x3.vbp

x1.vbp reference x2.dll and x3.dll. When I put a break point in x1.vbp and try to step into a function in x2, I cannot.

Any tips and tricks will help.

1

There are 1 answers

0
user3067752 On

The answer was in Naresh's question. -Thanks Naresh.

I changed x2.vbp's component "Version Compatibility" to "Binary Compatibility and now I can step into and break points are hitting. To do this, go to the project's property.