How to debug ReactiveVar?

How do you guys debug ReactiveVar ?
I initialized isTagDivClicked(which is ReactiveVar) as “hi”, but curValue is always seen as false on developer console.
where is the stored location of the initial and changed value?

It sould be curValue! Not shure that you set the value. Could you share all Template’s logic?