Parent

Debugger::VarInstanceCommand

Public Instance Methods

execute(*args) click to toggle source
Also aliased as: execute_without_xml
Alias for: execute_with_xml
execute_with_xml(*args) click to toggle source
# File lib/debugger/xml/extensions/commands/variables.rb, line 11
def execute_with_xml(*args)
  if Debugger.printer.type == "xml"
    print Debugger.printer.print_instance_variables(get_obj(@match))
  else
    execute_without_xml(*args)
  end
end
Also aliased as: execute
execute_without_xml(*args) click to toggle source
Alias for: execute

[Validate]

Generated with the Darkfish Rdoc Generator 2.