class Byebug::InfoCommand

def info_stack(*args)

def info_stack(*args)
  if not @state.context
    errmsg "info stack not available here.\n"
    return
  end
  print_backtrace
end