Hello, is there a way to see all the variables which I have created in the script at any point using the debugger?
The syntax for a single variable is given as x varname. For multiple variables, the syntax is X package name , but what if my script does not have any package name? As some one suggested I even tried using main, but it does not help. Also many of the times I am getting default system variables like $$, $\ etc..