I create a variable in GCode: {CURNT_ROW=1}
I would like to monitor its value while single-stepping thru my program.
The Diagnostic window allows me to monitor (what I think are system ) variables, by entering a number - not a name.
It doesn't seem to allow me to enter my 'CURNT_ROW' variable by name.

Ideas?