VBScript users have told me on occasion that they are really jealous of one feature of PowerShell: Write-Debug
Depending on the value of $DebugPreference this produces output when needed but makes it easy to silence diagnostic output once a script…
Read More
Many of the scripts you develop use command line arguments to specify data that needs to be passed to the script. In a production environment these parameters usually change for each invocation of a script.
For debugging however most developers…
Read More
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…
Read More
The PowerShell debugger has been completely rewritten for PrimalScript 2011. Many of the new features are the direct result of requests from you, our users:
– The way the debugger executes your script makes sure that all open files are…
Read More
You probably already guessed that we did not just stop with executing scripts in either 32 or 64 bit mode.
Debugging your scripts in either environment is just as simple. With just the flick of a switch you can launch…
Read More
Today we are officially announcing PrimalForms 2011. Some of you may have noticed vague mentions of PrimalForms in our previous Feature Peek 2011 blogs without explanation.
So what is PrimalForms 2011?
PrimalForms 2011 is a dedicated PowerShell editor which will…
Read More
Anyone who has been hosting the PowerShell engine has eagerly anticipated the release of PowerShell 2.0 and the promised debugger API.
The problem is though, that there isn’t much of an API.
Sure, there is a Debugger object in the…
Read More
PrimalScript 2007 Build 567 has been released. Please log on to http://my.sapien.com to get the latest download and try the new PowerShell debugger.
To learn more about this service release, please have a look at our service bulletin at
http://support.sapien.com/bulletins/SB567.pdf…
Read More
The upcoming service build for PrimalScript 2007 (Professional and Enterprise editions) will include a PowerShell debugger.
For those of you who cant wait, here is a screenshot showing a sneak peek:
http://www.primalscript.com/images/psnew/debuggershot.png
It does support the usual functions you expect,…
Read More