Skip to content

Commit

Permalink
Attempting to fix running Python under debugger from vscode. Not succ…
Browse files Browse the repository at this point in the history
…esful.
  • Loading branch information
cwidisgroup committed Feb 6, 2024
1 parent de05d96 commit 5bcc638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cwipc_util
1 change: 1 addition & 0 deletions scripts/activate.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ if (Test-Path -Path $candidateBinDir) {
$binDir = $buildDir + "\bin\Release"
}
Write-Output $binDir
$Env:CWIPC_LIBRARY_DIR = $binDir
$Env:PATH = $binDir + ";" + $Env:PATH
Write-Output $Env:PATH
& $buildDir/venv/Scripts/Activate.ps1
Expand Down

0 comments on commit 5bcc638

Please sign in to comment.