Debugging Visual C++ 6.0 from VS2005

W

wildThought

I have created an ASP.Web Service on my machine. This has a COM Object

registered to it that was written in Visual C++ in Visual Studio 6. I
want to have the debugger step into the Visual C++ code. Is this
possible?
 
C

Carl Daniel [VC++ MVP]

wildThought said:
I have created an ASP.Web Service on my machine. This has a COM
Object

registered to it that was written in Visual C++ in Visual Studio 6. I
want to have the debugger step into the Visual C++ code. Is this
possible?

Yes. Just attach the debugger to inetinfo.exe and you'll be able to debug
into the COM object (assuming you get all the paths set up right, have
matching debug info, and host of other things that could make it not work).

I'd suggest you post questions like this in either the Windows SDK or VC++
groups though, instead of the C# group.

-cd
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top