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
thanks.
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
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
Thanks for the reply
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.