M
Mortimer Schnurd
Hi folks,
I am just learning C# and need some help with setting debugger
breakpoints. In VB 6, I could easily set breakpoints on variables
which either change in value or evaluate to a specific value. It
appears C# does not allow you to do this (at least not easily). This
functionality was extremely useful in many instances of VB 6
debugging.
Is there some way in which I can emulate this same functionality in
C#? I've tried various methods including throwing an exception base on
an evaluation of a variable. This does allow the program to break into
debugger at that point but does not allow you to continue.
Any guidance would be appreciated.
I am just learning C# and need some help with setting debugger
breakpoints. In VB 6, I could easily set breakpoints on variables
which either change in value or evaluate to a specific value. It
appears C# does not allow you to do this (at least not easily). This
functionality was extremely useful in many instances of VB 6
debugging.
Is there some way in which I can emulate this same functionality in
C#? I've tried various methods including throwing an exception base on
an evaluation of a variable. This does allow the program to break into
debugger at that point but does not allow you to continue.
Any guidance would be appreciated.