diff --git a/Build-Dependencies.ps1 b/Build-Dependencies.ps1 index b2c9b9439..c0def1de2 100644 --- a/Build-Dependencies.ps1 +++ b/Build-Dependencies.ps1 @@ -14,6 +14,8 @@ param( [switch] $SkipUnpack ) +Set-PSDebug -Trace 1 + $ErrorActionPreference = "Stop" if ( $DebugPreference -eq "Continue" ) {