This tutorial version is obsolete - jump to the newest one
Value Prompts
Highlight the values in code with Visual Studio. See values right in your C# code during debugging.
Estimated reading time: 1 min
Last edited: 18 Apr 2019
Use RevDeBug Value Prompts
Have you already seen the small variables' values overlaid on your code? We call them "Prompts". They can easily show you, what happened in your program during debugging. Comes in handy when hunting for bugs location.
Would you like to know more about this feature? Check this blogpost.