Notes:
Changes:
* fixed subtle bug in xml_printer.rb#print_variable which caused the
debugger to die when == method was overridden and did not count on nil
parameters
* Hash and Array subclasses did not have children thus cannot be expanded in
a GUI. E.g. @params in Rails controller (HashWithIndifferentAccess)
|