12-17-2023, 03:14 PM
LitDev,
I noticed that while checking out stepping in a program that all of the variable values don't get set at the bottom of the screen in the debug window. If I step through the below program in prime var3 and var5 don't get set. If I hover over them they do show the values. Also, if I have the variable and call stack displayed it works correctly.
JR
Var1="This"
var2="that"
var3="and"
var4="so"
var5="on"
while "True"
Program.Delay(30)
EndWhile
I noticed that while checking out stepping in a program that all of the variable values don't get set at the bottom of the screen in the debug window. If I step through the below program in prime var3 and var5 don't get set. If I hover over them they do show the values. Also, if I have the variable and call stack displayed it works correctly.
JR
Var1="This"
var2="that"
var3="and"
var4="so"
var5="on"
while "True"
Program.Delay(30)
EndWhile