mirror of
https://github.com/ruby/ruby.git
synced 2026-08-06 14:33:58 +08:00
`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>