Page 1 of 1

View vbmacro variable in the Watch Window

Posted: Thu 19. Nov 2015, 14:06
by Username
I can add a signal to the watch window to observe how it changes over time. I would like to see the value of a macro variable in the watch window. Is this possible, and if so, how would I add the variable?

Re: View vbmacro variable in the Watch Window

Posted: Thu 19. Nov 2015, 18:39
by M.Maidhof
Hi,

you could use a virtual variable for this purpose. Generate a virtual variable in your symbol file or macro, and set a value to that signal through your macro.

regards

Michael