



Diagnostic ToolsĪlongside that, if you need extra support, it is the Microsoft Visual Studio Performance and Diagnostics hub, giving you a comprehensive performance analysis of a program while it’s running. RevDeBug is a reverse debugger tool – a window, allowing you to see variables and return values of executed methods – to understand why those particular code paths were executed. Developers need more information that supports and verifies what they see in the RevDeBug plugin in Microsoft Visual Studio.įortunately, several other options can provide the data required to track down the root of the problem and come up with a working solution. However, there are times when even RevDeBug only solves or highlights part of the problem. That is what bug fixing can be like, at least until RevDeBug came along. It can be like doing a puzzle, where several pieces are missing, you don’t know how it should look when finished and the only clues you’ve found online are in another language.
