tools(i422): correct the debug-heap loop's cdb script path
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
parent
c69029bf58
commit
99d5b2a62f
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ for ($i = 1; $i -le $Runs; $i++) {
|
|||
$gate = Start-Process -FilePath 'pwsh' -ArgumentList @(
|
||||
'-NoProfile', '-File', (Join-Path $repo 'tools\run-offline-pixel-gate.ps1'),
|
||||
'-Out', $out, '-SkipBuild', '-RenderPackPreset', 'high', '-Uncapped',
|
||||
'-DebuggerScript', (Join-Path $repo 'toolsbi422-heap-launch.cdb')) `
|
||||
'-DebuggerScript', (Join-Path $repo 'tools\cdb\i422-heap-launch.cdb')) `
|
||||
-PassThru -WindowStyle Hidden -RedirectStandardOutput $gateOut -RedirectStandardError $gateErr
|
||||
$gate.WaitForExit()
|
||||
$clientLog = Join-Path $out 'client.log'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue