Code Builder should be able to inspect the values declared inside the loop


Version: 2019

Type: Features

Category: Programming

Subcategory: Origin C

Jira: ORG-18085


Support to detect the variables inside the loop and list them in the variables list when debug in Code Builder.

For example: debug the following LT script in Code Builder.

doc -e LB 
{
  double x = 1.5;
  Col(2) = Col(1) * x;
} 

It will show x variable in Variables window.