Hiroshi SHIBATA 34f041ca05 Silence debugger availability probes in EnvUtil
`EnvUtil::Debugger.search` runs each debugger to test whether it is
usable, and the probe output goes straight to the test output. On
Windows, the lldb bundled with Visual Studio BuildTools fails to
delay-load python311.dll and dumps an LLVM crash report over the test
progress line. Also cache a nil result so the failing probe does not
repeat on every timeout.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-01 17:07:08 +09:00
..