When I insert a breakpoint in my Ruby code, I am unable to see
local_variables:
prompt> local_variables
=> [“id”, “block”, “_”]
I am running ruby 1.8.6 (2007-03-13 patchlevel 0) [i686-darwin8.9.1]
and found this issue posted about Ruby 1.8.5
http://rubyforge.org/tracker/?group_id=559&atid=2228&func=detail&aid=4897.
I appear to have the same issue, but according to RubyForge, the issue
has a status of “deleted”.
Can anyone point me in the right direction?
Thanks,
Tom