Recently while Debugging I got to learn about this new technique ,so as to examine variable , its values and expressions. It is basically a Dialogue box which is very useful for Developers while finding bugs in softwares and fixing them.
So how do we use it in Visual Studio.
1. This feature can be used while we work in Break mode .. (BreakPoint Mode)
2. Now while in Breakpoint mode , right click on the expression and choose QuickWatch . This will open up a QuickWatch box
3. You will see the Value, Name and Datatype for this variable to expression
The following image would give more insight
once user click on Qucikwatch the dialogue box opens up as follows


No comments:
Post a Comment