问题
i am trying to debug an application in vb6 which has output type ActiveX Exe , and have reference of active dll , i have tried changing to binary compability for both of projects. but i am not able to step into that activex dll project code. can you help me with step into other project dll and debug code ? i have even tried creating project group but even i am setting up Exe project as start up , i think it is trying to run dll project first and giving an error.
来源:https://stackoverflow.com/questions/59851425/debug-an-active-x-dll-in-vb6