gdb.rb
gdb.rb copied to clipboard
gdb hooks for MRI/REE (and some for YARV)
Request autogenerated with https://github.com/Zildj1an/ignores Signed-off-by: Carlos Bilbao
Trying to debug a memory leak in a Rails app, i could not get the gem installed. This is my simple Gemfile: ``` source 'https://rubygems.org' gem "gdb.rb" ``` I'm using...
I'm trying to debug rails-application (running with webrick). All works fine, but `ruby objects strings` issues error: ``` (gdb) ruby objects strings Traceback (most recent call last): File "/opt/ruby-enterprise-1.8.7-2009.10/lib/ruby/gems/1.8/gems/gdb.rb-0.1.2/scripts/ruby-gdb.py", line...