Debugger ... way to WATCH a variable
Publicado: Jue Dic 13, 2012 10:40 am
Hi,
I use the debugger usually setting breakpoints on a line of code and then stepping forward.
Is there a way of triggering the debugger when a variable changes? or even on an expression like !empty(MyVar)?
I have just thought I could use a timer event to LogDisplay() the value of my variable every 2 seconds and then see when it changes which would help.
Thanks
Chris
I use the debugger usually setting breakpoints on a line of code and then stepping forward.
Is there a way of triggering the debugger when a variable changes? or even on an expression like !empty(MyVar)?
I have just thought I could use a timer event to LogDisplay() the value of my variable every 2 seconds and then see when it changes which would help.
Thanks
Chris