From c05abda434627f7e1479fde1c82c56acfd87a891 Mon Sep 17 00:00:00 2001 From: Travis Glenn Hansen Date: Fri, 6 May 2022 22:02:16 -0600 Subject: [PATCH] enable debug tracing Signed-off-by: Travis Glenn Hansen --- ci/bin/run.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/bin/run.ps1 b/ci/bin/run.ps1 index b9201b9..ca4e5ef 100644 --- a/ci/bin/run.ps1 +++ b/ci/bin/run.ps1 @@ -10,6 +10,8 @@ . "${PSScriptRoot}\helper.ps1" +Set-PSDebug -Trace 2 + Write-Output "current user" whoami Write-Output "current working directory"