Debugger::FrameFunctions

Public Instance Methods

get_pr_arguments(mark, *args) click to toggle source
Also aliased as: get_pr_arguments_without_xml
get_pr_arguments_with_xml(mark, *args) click to toggle source

Mark should be ‘true’ or ‘false’, as a String

# File lib/debugger/xml/extensions/commands/frame.rb, line 5
def get_pr_arguments_with_xml(mark, *args)
  res = get_pr_arguments_without_xml((!!mark).to_s, *args)
  res[:file] = File.expand_path(res[:file])
  res
end
Also aliased as: get_pr_arguments
get_pr_arguments_without_xml(mark, *args) click to toggle source
Alias for: get_pr_arguments

[Validate]

Generated with the Darkfish Rdoc Generator 2.