\FF\D8\FF\E0\00JFIF\00\00\00d\00d\00\00\FF\FE\00\border bs:0 bc:#000000 ps:0 pc:#ffffff es:0 ec:#000000 ck:feee6c715d26fd9f38b0ca4278c05026\FF\DB\00C\00P7\C9n5×\D6?\BDê\9Ds\EBp\9F[`8m\B7)o\B5\E8\E6I\99\FE3]]A2\BA\8Cw\D6E\93\\DEv\C8\009\F2\F1NI?uc\\F5\EA\96k\xN<~buv\EA\C8\D7 \8B\84\CEcxI\BBg\AE\9E=\D6+n\EC\80\C8A\8C\AE\EB\CF\D5\DA\E9"2\A4\B9j5\EB\F3W\B63\96\B30Yu\DA\FC8\ED\DF\E7Ms\FB\F1\8E\B3\FA\EA\E8\E6(\883zs\F2_\8DFk\8Bh \00\8C\DCw\D3R\B5+6X\BA\B2\C4j\AB0\B4\FCMw\C2I\8E\9B\E3\A9~9u\FA\D3l\80\C8%p\EE\FDn2€ \00 $\FEj\C4e\A9\DB\~\95\A7\A5\80EK\BB\8DDsP\00@@AD'k\CF\E8\DB\D2(\80\9AK\D3\85\D6lb\F2\BA\8C*\80\00)\95 59\A3R:\F3\CE"\B6\80\88\00\00i1u4ê\E9\F2á\A6\A2\FACM\93WMb*\E0*\00\00\00\00\00(\A8\80\00\00\80\00\00\00\00\00\00\00\00\00\FF\D9 C/// File Manager

File Manager

Path: /opt/chef/embedded/lib/ruby/gems/2.7.0/gems/byebug-11.1.3/lib/byebug/printers/texts/

Viewing File: base.yml

base:
  errors:
    only_local: "Command is available only in local mode."

break:
  errors:
    line: "Line {line} is not a valid breakpoint in file {file}.\n\nValid break points are:\n{valid_breakpoints}"
    location: "Invalid breakpoint location"
    state: "We are not in a state that has an associated file"
    class: "Unknown class {klass}"
    far_line: "There are only {lines} lines in file {file}"
    source: "No file named {file}"
    expression: "Incorrect expression \"{expr}\"; breakpoint disabled"
    no_breakpoint: "Invalid breakpoint id. Use \"info breakpoint\" to find out the correct id"
    no_breakpoint_delete: "No breakpoint number {pos}"
    not_changed: "Incorrect expression \"{expr}\", breakpoint not changed"
  confirmations:
    delete_all: "Delete all breakpoints?"
  messages:
    breakpoint_deleted: "Deleted breakpoint {pos}"

catch:
  added: "Catching exception {exception}."
  removed: "Catch for exception {exception} removed"
  errors:
    off: "Off expected. Got {off}"
    not_class: "Warning {class} is not known to be a Class"
    not_found: "Catch for exception {exception} not found"
  confirmations:
    delete_all: "Delete all catchpoints? (y or n) "

condition:
  errors:
    no_breakpoints: "No breakpoints have been set"

continue:
  errors:
    unstopped_line: "Line {line} is not a valid stopping point in file"

display:
  confirmations:
    clear_all: "Clear all expressions?"
  errors:
    undefined: "Display expression {expr} is not defined"

edit:
  errors:
    state: "We are not in a state that has an associated file"
    file_line: "Invalid file[:line] number specification: {file_line}"
    not_readable: "File {file} is not readable."
    not_exist: "File {file} does not exist."

frame:
  errors:
    too_low: "Can't navigate beyond the oldest frame"
    too_high: "Can't navigate beyond the newest frame"
    c_frame: "Can't navigate to c-frame"

info:
  errors:
    undefined_file: "{file} is not a valid source file"

pry:
  errors:
    not_installed: "You need to install pry in order to run this command"

quit:
  confirmations:
    really: "Really quit?"

save:
  messages:
    done: "Saved to '{path}'"

set:
  errors:
    unknown_setting: "Unknown setting :{key}"
    must_specify_value: "You must specify a value for setting :{key}"
    on_off: "Expecting 'on', 1, true, 'off', 0, false. Got: {arg}."

show:
  errors:
    unknown_setting: "Unknown setting :{key}"

source:
  errors:
    not_found: "File \"{file}\" not found"

thread:
  errors:
    no_thread: "No such thread"
    current_thread: "It's the current thread"
    wrong_action: "Can't {subcmd} thread {arg}"
    already_running: "Already running"

toggle:
  errors:
    no_breakpoints: "No breakpoints have been set"
    no_display: "No display expressions have been set"
    syntax: "\"{toggle}\" must be followed by \"display\", \"breakpoints\" or breakpoint ids"
    expression: "Expression \"{expr}\" syntactically incorrect; breakpoint remains disabled."
  messages:
    toggled: "Breakpoint {bpnum} {endis}abled"

parse:
  errors:
    int:
      too_low: "\"{cmd}\" argument \"{str}\" needs to be at least {min}"
      too_high: "\"{cmd}\" argument \"{str}\" needs to be at most {max}"
      not_number: "\"{cmd}\" argument \"{str}\" needs to be a number"

variable:
  errors:
    not_module: "Should be Class/Module: {object}"
    cant_get_class_vars: "can't get class variables here.\n"