Skip to content

Commit 72e87bd

Browse files
committed
Add windows debugging
1 parent 4424bd7 commit 72e87bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

windows/deploy_windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,8 +168,10 @@ Function Install-Dependencies
168168
if ($BuildOption -Notmatch "jack") {
169169
# Don't download ASIO SDK on Jamulus JACK builds to save
170170
# resources and to be extra-sure license-wise.
171+
Set-PSDebug -Trace 2
171172
Install-Dependency -Uri $AsioSDKUrl `
172173
-Name $AsioSDKName -Destination "..\libs\ASIOSDK2"
174+
Set-PSDebug -Off
173175
}
174176
}
175177

0 commit comments

Comments
 (0)