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:
Erik 2026-08-23 04:32:57 +02:00
parent c69029bf58
commit 99d5b2a62f

View file

@ -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'