Files
GacUI/.github/Scripts/copilotDebug_Stop.ps1
T
2026-04-21 00:30:18 -07:00

7 lines
243 B
PowerShell

. $PSScriptRoot\copilotShared.ps1
$cdbpath = GetCDBPath
$debuggerNamedPipe = GetDebuggerNamedPipe
$commandLine = "`"$($cdbpath)`" -remote npipe:server=.,pipe=$debuggerNamedPipe -clines 0 -c `"qq`""
echo $commandLine
cmd.exe /S /C $commandLine