Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a tool for Visual Studio to track (or break on) variable value?

Is there is a tool or a setting in the Visual Studio debugger to stop on breakpoints or when a variable is set to a particular value? I mean, if I know that value will be set to "HELLO," I want the debugger will stop the same way it would if it reached a breakpoint?

like image 606
faya Avatar asked Nov 29 '22 11:11

faya


1 Answers

You're looking for a Conditional Breakpoint.

like image 104
Dave Swersky Avatar answered Dec 06 '22 18:12

Dave Swersky