Anyone know if VB6 allows source debugging of DLLs written in VisualC from inside the VB IDE (or vice-versa)?

I'd like to be able to step through my VB program and then step into the DLL (down to looking at what's being pushed on the stack when, etc.) so that I can more meaningfully debug my DLLs.