How to install the correct version of Visual Studio as a JIT debugger?

I have VS2003, VS2005 and VS2008 installed on my machine.

The C ++ application was compiled using VS2005, but when debug crashes and the Debug in Time-of-Time mode dialog box appears and offers me only a "New instance of Visual Studio .NET 2003".

Debugging a compiled 2005 program since 2003 is not possible.

If I attach the process to VS2005, then it works well, but it is very inconvenient.

How to install .NET 2005 vor JIT debugging?

+3
source share
1 answer

, . BTW, VS2003 VS2005, JIT, .

Visual Studio "- > - > - > " ", " "," "" Script ".

+4

Source: https://habr.com/ru/post/1749239/


All Articles