Will IntelliTrace (tm) (historical debugging) be available for unmanaged C ++ in future versions of Visual Studio?

I like the idea of historical debugging in VS 2010 .

However, I am really disappointed that unmanaged C ++ is not taken into account.

IntelliTrace supports debugging Visual Basic and C # applications that use .NET versions 2.0, 3.0, 3.5 or 4. You can debug most applications, including applications created using ASP.NET, Windows Forms, WPF, Windows Workflow, and WCF. IntelliTrace does not support C ++ debugging, script, or other languages. Debugging F # applications are supported on an experimental basis.

(editorial) [This, in my opinion, is very poor support..NET needs less of this help than unmanaged C ++. I'm a little tired of the status of plain old C ++ and its second class in the world of MS tools. Yes, I understand that it is probably WAAY easier to implement this with .NET and MS, it is pushing .NET as the future, and yes, I know that C ++ is the โ€œoldโ€ language, but it does not diminish the fact that there are lots of C ++ applications there and more applications built on C ++ will continue there. I sincerely hope that MS did not release C ++ as a supported developer tool / language - that would be a shame.]

Does anyone know if there are plans to support C ++?

+3
source share
3 answers

MSDN " ".

+6

, ++- GDB, .

+2

" ++" - . . , . IntelliTrace , IL. , IL , , x86.

0

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


All Articles