gdb.rb icon indicating copy to clipboard operation
gdb.rb copied to clipboard

gdb hooks for MRI/REE (and some for YARV)

Results 3 gdb.rb issues
Sort by recently updated
recently updated
newest added

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...