You saw PrimalScripts 2011’s new PowerShell debugger and now its time to show you the same debugger in PrimalForms 2011.
Multi-Platform Support
Since PrimalForms 2011 shares the same debugger as PrimalScript, it also supports 32 bit & 64 bit script execution with the option to elevate.
Variables Pane
View all the session variables and their property values.
(Fig 1: Variables Pane)
Watch Pane
The Watch Pane allows you to specify variable expressions that you wish to monitor without having to search for the variable.
(Fig 2: Watch Pane)
Call Stack Pane
View the current call stack when debugging your scripts
(Fig 3: Call Stack Pane)
Debug Console
With the Debug Console you can interact with the RunSpace while at a breakpoint. The console allows you to run commands or alter values in order to make debugging scripts easier.
(Fig 4: Debug Console)
PrimalForms is now a fully featured PowerShell Script Editor.
(Fig 5: Debugging a Form Project)