user3067752
user3067752

Reputation: 65

VB6 debug cannot step into another project

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.

Upvotes: 3

Views: 1350

Answers (1)

user3067752
user3067752

Reputation: 65

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.

Upvotes: 5

Related Questions