About 886,000 results
Open links in new tab
  1. debugging - How to debug Ruby scripts - Stack Overflow

    I copied the following Ruby code from the Internet and made a few changes but it doesn't work. What can I do to debug the program by myself?

  2. debugging - How to debug ruby code? - Stack Overflow

    Nov 8, 2010 · But Ruby won't find ruby-debug. I tried setting up vim-ruby-debugger, which will take ages to execute :Rdebugger myScript.rb and will allow me to set breakpoints, but there doesn't seem to be …

  3. How to debug Ruby code on Visual Studio Code? - Stack Overflow

    The screen shot won't help in any. The code works perfectly fine on Sublime. I just wanna know how to debug Ruby language on VSCode?

  4. Debugging a Ruby program on a MS Visual Studio Code editor on …

    Feb 2, 2024 · I'm using a Windows 10 computer with MS Visual Studio Code and I'm trying to debug simple ruby code using the available extensions. There used to be Ruby Lang support and debug by …

  5. What is the missing configuration step in VSCode rdbg Ruby Debugger ...

    May 17, 2024 · 1 "Can not find attachable Ruby process." When following the setup to install the 'vscode rdbg ruby debugger' extension, at the launch of the Debug & Run, the message alert "Can not find …

  6. What are Ruby debugger tricks, tweaks, and best practices?

    Jul 25, 2011 · I was looking for a list of best practices with the Ruby's rdb but found none. What are your favorite rdb tricks, best practices, and/or tweaks to get more out of the Ruby debugger?

  7. Rails logs show `DEBUGGER: Debugger can attach via UNIX domain …

    Nov 11, 2025 · Rails logs show `DEBUGGER: Debugger can attach via UNIX domain socket` but VS Code rdbg says "Can not find attachable Ruby process."

  8. debugging - Why does the VSCode ruby debugger show mutiple …

    Sep 17, 2023 · Am using extensions Ruby v0.28.1, VS Code plugin for connecting with the Ruby LSP, Ruby Solargraph v0.24.0, Ruby's rdbg debugger support for VSCode, VSCode Ruby v0.28.0 and …

  9. How to use a Ruby debugger with a jekyll site? - Stack Overflow

    May 5, 2024 · I'm used to debugging in VS/Rider and C++, and I'm now developing Ruby and Jekyll. How can I set up VS Code to be able to set breakpoints when running my Jekyll build system?

  10. How to use the debugger with Ruby 2.0? - Stack Overflow

    The debugger gem can be used but it still has issues. Install byebug which was written for Ruby 2.0 debugging. For breakpoints, use the byebug command in your code instead of debugger.