Can anyone help?

I've got a VB6 DLL that I am trying to debug in MS Visual Studio without any success. I have created a development project which includes my DLL project as a project group. I declare an instance of my DLL object in my test form.

When I attempt to debug, the debugger steps right over the DLL method I want to debug. How do I step INTO my DLL method?

Thanks!

Eric