Global Configurations

Documentation

 

BlueDuck SDA has an object with available global settings.

The following settings may be configured via $objConfig object:

Property Description Default Value
InstallPath BlueDuck SDA installation path. Get from Windows Registry.[HKEY_LOCAL_MACHINE\SOFTWARE\BlueDuck]
Debug Displays output on a debugging session 2 [SciTE ConsoleWrite]

Test Debug

Global Configurations

 

BlueDuck SDA makes automation debugging easier, simply set the global debug option:

Window Debug

$objConfig.Debug=1


SciTE Console Write

$objConfig.Debug=2