rainerf / ricodebug

ricodebug is a debugger featuring data visualization, similar to DDD
12 stars 9 forks source link

Use getitem magic method instead of getattr #46

Closed giselher closed 11 years ago

giselher commented 11 years ago

Add the getitem magic method to the VariableWrapper class because the getitem string inside getattr does not work.

Also fix formating and redundant comment