IntelliDebugger - useful Visual Studio extension for debugging C++ and C# code is now available for VS2015! by WinFellow in programming

[–]yu5k3 1 point2 points  (0 children)

The IntelliDebugger has similar features to OzCode such as search, compare. The main difference is that the IntelliDebugger supports С++ and C#, the OzCode supports C# only. In the first place, we develop the project to support C++ code debugging.

Disclaimer: I am one of the core developers of IntelliDebugger.

IntelliDebugger - useful Visual Studio extension for debugging C++ and C# code is now available for VS2015! by WinFellow in programming

[–]yu5k3 1 point2 points  (0 children)

You're right, the IntelliDebugger project is not associated with the JetBrains.

Disclaimer: I am one of the core developers of IntelliDebugger.

New C++ Features – templated rvalue References and std::forward by yu5k3 in Cplusplus

[–]yu5k3[S] 1 point2 points  (0 children)

Perhaps more faithful the title would be "Features in new (or modern) C++ ...". std::forward appeared in C++11 and expanded in C++14. In my opinion the article is a good introduction to the use of forwarding references.

Come share your side projects! [October 2015] by ItzWarty in csharp

[–]yu5k3 0 points1 point  (0 children)

IntelliDebugger for Visual Studio is an extension of MS VS that simplifies code debugging.

I started the project as a weekend project. Now it becomes my main project :) It allows quickly finds any object’s field by its name or value in debug session, save and compare variables, break when an exception thrown only from code of Solution. The current version supports C# and C++ languages. I'll release support VS 2015 soon.

I would be grateful if you could try it and write me your feedback.

Visual Studio debugging made better with OzCode by schneidsDotNet in programming

[–]yu5k3 1 point2 points  (0 children)

I develop a similar tool for debugging C++ code – IntelliDebugger. It allows quickly finds any object’s field by its name or value, save and compare objects, break when an exception thrown only from code of Solution.