[Ironruby-core] Code Review: RubyScopeDebugView
Tomas Matousek
Tomas.Matousek at microsoft.com
Tue May 6 03:34:12 EDT 2008
tfpt review /shelveset:RubyScopeDebugView;REDMOND\tomat
Implements DebuggerProxyType for RubyScope so that locals and scope attributes display nicely in watches.
[cid:image001.png at 01C8AF10.E7B7A950]
def foo
a = 1
b = 2
1.times {
c = a + b
}
end
foo
Notice the Ruby class name in the third column 8-)
Tomas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080506/42bc73ab/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image001.png
Type: image/png
Size: 16278 bytes
Desc: image001.png
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080506/42bc73ab/attachment-0001.png>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: RubyScopeDebugView.diff
Type: application/octet-stream
Size: 10275 bytes
Desc: RubyScopeDebugView.diff
URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080506/42bc73ab/attachment-0001.obj>
More information about the Ironruby-core
mailing list