This opens a window of variable a:
v.v a
View variable b in the same window. How to do tihs?
v.v b
I know this can put them in the same window, but I want to view b at a later time
v.v a b
This opens a window of variable a:
v.v a
View variable b in the same window. How to do tihs?
v.v b
I know this can put them in the same window, but I want to view b at a later time
v.v a b
I figured it myself.
Var.AddWatch var
will do the job.