Top "Ruby-debug" questions

The purpose of a debugger ruby-debug is to allow you to see what is going on “inside” a Ruby program while it executes.

How can I get ruby-debug-ide to work?

I can't get my ruby-debug-ide to work properly. I have a basic rails app, and I would like to debug …

ruby ruby-on-rails-4 vagrant ruby-debug ruby-debug-ide
ruby-debug won't install / build native extensions

I have searched high and low for a solution. I have both linecache19 and ruby_core_source installed. Neither of …

ruby-debug
Ruby-debug not working

I can't get the server to start in debugging mode: even though I have all of the correct gems installed, …

ruby-on-rails ruby-debug
Thin with SSL support and ruby-debug

Does anyone know of a way to run the ruby debugger and SSL at the same time with Thin? I've …

ruby-on-rails ssl thin ruby-debug
Error: installing ruby-debug-ide

The truth is that i am new to ruby on rails development. Not that i can not install the gem …

ruby-debug
Is there any way to tell which gems and plugins are loaded at runtime for a Rails process?

Is there any command either in debugger or ruby-debug to get a list of all gems and/or plugins loaded …

ruby-on-rails plugins rubygems debugging ruby-debug