Is it possible to create a variable in the debug state?

Hi, is it possible to create a variable in the immediate pane?

Or let me know if there is a way to create a variable in debug state :slight_smile:

thanks.

Hi @hckwon5

We can’t create new variables during debug mode

Instead
We are able to change the variable values in “Locals” panel.
If you didn’t know, you can set the variables in the “Immediate”-Tab with “variable = value”

In other words I can say modification of variable values is possible for debugging purpose

Thanks

2 Likes

Thanks for the reply :+1:

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.