Debugging c# in VS2005 - Break When Value Changes
C#
3
Posts
3
Posters
0
Views
1
Watching
-
In Visual Basic, their was an option to add a watch, and also break when the value of a variable changes. If their a similar option available to c# users in VS2005? I have been unable to find any information on this. Thanks in advance.
-
In Visual Basic, their was an option to add a watch, and also break when the value of a variable changes. If their a similar option available to c# users in VS2005? I have been unable to find any information on this. Thanks in advance.
You can set a breakpoint and have it fire only when a value changes, but that line of code needs to be executed, there's no option to break where-ever a value is changed that I know of.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog