Many development teams use containerized environments or custom test runners for their Ruby projects. Currently, Ruby LSP's CodeLens feature hardcodes the test command to bundle exec ruby or ruby. I ...
Try to debug Ruby binary with LLDB commands. Here are the common commands used in LLDB, which are very similar to GDB in Linux. There are a few good ones to track: vm_call_method, gc_start. #Ruby ...