Debugging with VC6 and Toolkit 2003?

  • Thread starter Blue Cobold via .NET 247
  • Start date
B

Blue Cobold via .NET 247

Hi.
I downloaded the Visual C++ Toolkit 2003 and installed it over my existing compilers
for my VC++6.
Now I'm not able to debug an application, because it say's there are no debugging-informations
in that exe-file! Can that be possible?
 
R

Ronald Laeremans [MSFT]

Of course that is possible. The VS 6.0 debugger cannot read the debug info
that the 7.1 toolset emits. What you are trying to do is not only
unsupported, but it will simply not work in multiple ways.

You can debug the code using a current version of windbg which you can get
here:
http://www.microsoft.com/whdc/DevTools/Debugging/default.mspx

Ronald Laeremans
Visual C++ team
 

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