Page 1 of 1

Variable not Saving in variable Panel

Posted: Tue Aug 07, 2012 7:12 pm
by amandhally
Hi,I am facing another problem. My Variable pane never shows me the variables and their values.You can see that i executed lot of variables but no one stored in the box.and ideally it should works like this { screenshot of my another powershell editior}Thanksaman dhally

Variable not Saving in variable Panel

Posted: Wed Aug 08, 2012 4:14 am
by davidc


In order to see the variables you must Debug (F5) the script and the debugger must be break at a breakpoint. Note: Every time you run a script in PowerShell Studio, the script will run in a clean environment to prevent dependencies on manipulated variables. David

Variable not Saving in variable Panel

Posted: Thu Aug 16, 2012 5:27 am
by amandhally
Thanks for the reply David,more or less is solve my problem..thanks for the support.aman