# Attach cdb to a live retail acclient.exe and run the #186 connector decider script. # Prereq: retail is already in-world (user walked to the connecting room, holding the grey pose). # Verify pairing first: py tools/pdb-extract/check_exe_pdb.py "C:/Turbine/Asheron's Call/acclient.exe" $cdb = "C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\cdb.exe" $script = "C:\Users\erikn\source\repos\acdream\.claude\worktrees\vigorous-joliot-f0c3ad\tools\cdb\issue186-connector-decider.cdb" $tee = "C:\Users\erikn\source\repos\acdream\.claude\worktrees\vigorous-joliot-f0c3ad\issue186-connector-decider.console.log" & $cdb -pn acclient.exe -cf $script *>&1 | Tee-Object -FilePath $tee