Click to See Complete Forum and Search --> : Problems debugging MTS ATL Component!...


July 6th, 1999, 04:28 PM
Hi!
Would anyone know how to set up the debugger in VC6 to be able to debug your ATL DLL from either VB or ASP page?
I managed to create the object itself, but I'm having a REALLY hard time trying to get my thing to debug. In fact, I have not been able to succeed. yet...
I'd really appreciate any help.

Julia

I'lam Mougy
August 13th, 1999, 07:03 PM
within your ATL project point to VB as your "executable for debugging session".
Pressing F5 will launch VB and then from this instance of VB you can run your ATL and it will break if you have a break point set in your ATL object.

Good luck, I know it is late but I thought someone else might benfit.