tfpt review /shelveset:RubyScopeDebugView;REDMOND\tomat

Implements DebuggerProxyType for RubyScope so that locals and scope attributes 
display nicely in watches.

[cid:[email protected]]

def foo
  a = 1
  b = 2

  1.times {
    c = a + b
  }
end
foo

Notice the Ruby class name in the third column 8-)

Tomas


<<inline: image001.png>>

Attachment: RubyScopeDebugView.diff
Description: RubyScopeDebugView.diff

_______________________________________________
Ironruby-core mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/ironruby-core

Reply via email to