How to debug with Visual C++ 6 on Windows 7 x64?

前端 未结 5 385
南方客
南方客 2021-01-03 03:02

Surely the answer will be \"you can\'t\" or \"use XP mode\", but I\'d like to know if it it possible.

The issue I have is that whenever I debug some application and

5条回答
  •  自闭症患者
    2021-01-03 03:29

    Another option would be to install daffodil. This is an open source project to compile all versions of visual studio in VS2010. Once this is configured you can use visual studio 2010 debugger to debug VC6 projects.

提交回复
热议问题