# sig/byebug/commands/display.rbs class Byebug::AddDisplayCommand < Byebug::Command def description: () -> untyped def display_expression: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/autoeval.rbs class Byebug::AutoevalSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/settings/autoirb.rbs class Byebug::AutoirbSetting < Byebug::Setting def banner: () -> untyped def initialize: () -> void def value: () -> untyped def value=: () -> untyped end # sig/byebug/settings/autolist.rbs class Byebug::AutolistSetting < Byebug::Setting def banner: () -> untyped def initialize: () -> void def value: () -> untyped def value=: () -> untyped end # sig/byebug/settings/autosave.rbs class Byebug::AutosaveSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/settings/basename.rbs class Byebug::BasenameSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/commands/break.rbs class Byebug::BreakCommand < Byebug::Command def check_errors: () -> untyped def description: () -> untyped def execute: () -> untyped def line_breakpoint: () -> untyped def method_breakpoint: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/breakpoint.rbs class Byebug::Breakpoint def self.add: () -> untyped def self.first: () -> untyped def self.last: () -> untyped def self.none?: () -> untyped def self.potential_line?: () -> untyped def self.potential_lines: () -> untyped def self.remove: () -> untyped def inspect: () -> untyped end # sig/byebug/settings/callstyle.rbs class Byebug::CallstyleSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> untyped end # sig/byebug/commands/catch.rbs class Byebug::CatchCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/command.rbs class Byebug::Command def allow_in_post_mortem: () -> untyped def always_run: () -> untyped def bb_eval: () -> untyped def bb_warning_eval: () -> untyped def commands: () -> untyped def find: () -> untyped def format_subcmd: () -> untyped def format_subcmds: () -> untyped def get_binding: () -> untyped def help: () -> untyped def inherited: () -> untyped def initialize: () -> void def match: () -> untyped end # sig/byebug/processors/command_processor.rbs class Byebug::CommandProcessor < Byebug::Processor def always_run: () -> untyped def at_breakpoint: () -> untyped def at_catchpoint: () -> untyped def at_line: () -> untyped def at_return: () -> untyped def at_tracing: () -> untyped def initialize: () -> void def interface=: () -> untyped def match_cmd: () -> untyped def one_cmd: () -> untyped def one_unknown_cmd: () -> untyped def process_commands: () -> untyped def program_just_finished?: () -> untyped def prompt: () -> untyped def repl: () -> untyped end # sig/byebug/commands/condition.rbs class Byebug::ConditionCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/context.rbs class Byebug::Context def self.bin_file: () -> untyped def self.ignored_files: () -> untyped def self.lib_files: () -> untyped def at_breakpoint: () -> untyped def at_catchpoint: () -> untyped def at_line: () -> untyped def at_return: () -> untyped def at_tracing: () -> untyped def c_frame_args: () -> untyped def frame_args: () -> untyped def frame_locals: () -> untyped def handler: () -> untyped def ignored_file?: () -> untyped def interrupt: () -> untyped def ruby_frame_args: () -> untyped def stack_size: () -> untyped end # sig/byebug/commands/continue.rbs class Byebug::ContinueCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/processors/control_command_processor.rbs class Byebug::ControlCommandProcessor < Byebug::Processor def commands: () -> untyped def initialize: () -> void def process_commands: () -> untyped def prompt: () -> untyped end # sig/byebug/states/control_state.rbs class Byebug::ControlState < Byebug::State def confirm: () -> untyped def context: () -> untyped def file: () -> untyped def proceed: () -> untyped end # sig/byebug/commands/delete.rbs class Byebug::DeleteCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/display.rbs class Byebug::DisplayCommand < Byebug::Command def self.always_run: () -> untyped def description: () -> untyped def execute: () -> untyped def names: () -> untyped def print_display_expressions: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/frame.rbs class Byebug::DownCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/edit.rbs class Byebug::EditCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/enable_disable.rbs class Byebug::EnableDisableCommand < Byebug::Command def description: () -> untyped def disable_breakpoints: () -> untyped def disable_display: () -> untyped def enable_breakpoints: () -> untyped def enable_display: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/eval.rbs class Byebug::EvalCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def match: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/finish.rbs class Byebug::FinishCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/frame.rbs class Byebug::FrameCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/fullpath.rbs class Byebug::FullpathSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/commands/help.rbs class Byebug::HelpCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/histfile.rbs class Byebug::HistfileSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> untyped end # sig/byebug/history.rbs class Byebug::History def clear: () -> untyped def default_max_size: () -> untyped def ignore?: () -> untyped def initialize: () -> void def last_ids: () -> untyped def pop: () -> untyped def push: () -> untyped def restore: () -> untyped def save: () -> untyped def specific_max_size: () -> untyped def to_s: () -> untyped end # sig/byebug/commands/history.rbs class Byebug::HistoryCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/histsize.rbs class Byebug::HistsizeSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> untyped end # sig/byebug/commands/info.rbs class Byebug::InfoCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def info_file: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/interface.rbs class Byebug::Interface def autorestore: () -> untyped def autosave: () -> untyped def close: () -> untyped def confirm: () -> untyped def errmsg: () -> untyped def initialize: () -> void def print: () -> untyped def puts: () -> untyped def read_command: () -> untyped def read_file: () -> untyped def read_input: () -> untyped def split_commands: () -> untyped end # sig/byebug/commands/interrupt.rbs class Byebug::InterruptCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/irb.rbs class Byebug::IrbCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/kill.rbs class Byebug::KillCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/linetrace.rbs class Byebug::LinetraceSetting < Byebug::Setting def banner: () -> untyped def value: () -> untyped def value=: () -> untyped end # sig/byebug/commands/list.rbs class Byebug::ListCommand < Byebug::Command def amend: () -> untyped def description: () -> untyped def display_lines: () -> untyped def execute: () -> untyped def lower: () -> untyped def move: () -> untyped def names: () -> untyped def parse_range: () -> untyped def range: () -> untyped def regexp: () -> untyped def set_range: () -> untyped def valid_range?: () -> untyped end # sig/byebug/settings/listsize.rbs class Byebug::ListsizeSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> untyped end # sig/byebug/interfaces/local_interface.rbs class Byebug::LocalInterface < Byebug::Interface def initialize: () -> void def readline: () -> untyped end # sig/byebug/commands/method.rbs class Byebug::MethodCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/stepping.rbs class Byebug::NextCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/eval.rbs class Byebug::PPCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/eval.rbs class Byebug::PSCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/post_mortem.rbs class Byebug::PostMortemSetting < Byebug::Setting def banner: () -> untyped def initialize: () -> void def value: () -> untyped def value=: () -> untyped end # sig/byebug/printers/base.rbs class Byebug::Printers::Base def array_of_args: () -> untyped def contents: () -> untyped def contents_files: () -> untyped def locate: () -> untyped def parts: () -> untyped def translate: () -> untyped def type: () -> untyped end # sig/byebug/printers/plain.rbs class Byebug::Printers::Plain < Byebug::Printers::Base def contents_files: () -> untyped def get_modifier: () -> untyped def print: () -> untyped def print_collection: () -> untyped def print_variables: () -> untyped end # sig/byebug/processor.rbs class Byebug::Processor def self.load_commands: () -> untyped def self.load_settings: () -> untyped def initialize: () -> void def without_exceptions: () -> untyped end # sig/byebug/commands/pry.rbs class Byebug::PryCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/eval.rbs class Byebug::PutLCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/quit.rbs class Byebug::QuitCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/states/regular_state.rbs class Byebug::RegularState < Byebug::State def c_frame?: () -> untyped def frame_args: () -> untyped def frame_block_and_method: () -> untyped def frame_call: () -> untyped def frame_class: () -> untyped def frame_file: () -> untyped def frame_line: () -> untyped def frame_mark: () -> untyped def frame_pos: () -> untyped def initialize: () -> void def location: () -> untyped def proceed: () -> untyped def proceed?: () -> untyped def shortpath: () -> untyped end # sig/byebug/interfaces/remote_interface.rbs class Byebug::RemoteInterface < Byebug::Interface def close: () -> untyped def confirm: () -> untyped def initialize: () -> void def read_command: () -> untyped def readline: () -> untyped end # sig/byebug/commands/restart.rbs class Byebug::RestartCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/runner.rbs class Byebug::Runner def banner: () -> untyped def debug_program: () -> untyped def initialize: () -> void def prepare_options: () -> untyped def run: () -> untyped def setup_cmd_line_args: () -> untyped def which: () -> untyped end # sig/byebug/commands/save.rbs class Byebug::SaveCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped def save_breakpoints: () -> untyped def save_catchpoints: () -> untyped def save_displays: () -> untyped def save_settings: () -> untyped end # sig/byebug/interfaces/script_interface.rbs class Byebug::ScriptInterface < Byebug::Interface def close: () -> untyped def initialize: () -> void def read_command: () -> untyped def readline: () -> untyped end # sig/byebug/commands/set.rbs class Byebug::SetCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def get_onoff: () -> untyped def help: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/setting.rbs class Byebug::Setting def []: () -> untyped def []=: () -> untyped def boolean?: () -> untyped def find: () -> untyped def help: () -> untyped def help: () -> untyped def help_all: () -> untyped def initialize: () -> void def integer?: () -> untyped def settings: () -> untyped def to_s: () -> untyped def to_sym: () -> untyped end # sig/byebug/commands/show.rbs class Byebug::ShowCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def help: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/source.rbs class Byebug::SourceCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/stack_on_error.rbs class Byebug::StackOnErrorSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/state.rbs class Byebug::State def initialize: () -> void end # sig/byebug/commands/stepping.rbs class Byebug::StepCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/interfaces/test_interface.rbs class Byebug::TestInterface < Byebug::Interface def clear: () -> untyped def errmsg: () -> untyped def initialize: () -> void def inspect: () -> untyped def print: () -> untyped def puts: () -> untyped def read_command: () -> untyped def readline: () -> untyped end # sig/byebug/commands/thread.rbs class Byebug::ThreadCommand < Byebug::Command def description: () -> untyped def display_context: () -> untyped def execute: () -> untyped def names: () -> untyped def parse_thread_num: () -> untyped def parse_thread_num_for_cmd: () -> untyped def regexp: () -> untyped def thread_arguments: () -> untyped def thread_current: () -> untyped def thread_list: () -> untyped def thread_resume: () -> untyped def thread_stop: () -> untyped def thread_switch: () -> untyped end # sig/byebug/commands/tracevar.rbs class Byebug::TracevarCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def on_change: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/undisplay.rbs class Byebug::UndisplayCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/untracevar.rbs class Byebug::UntracevarCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/frame.rbs class Byebug::UpCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/commands/var.rbs class Byebug::VarCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/verbose.rbs class Byebug::VerboseSetting < Byebug::Setting def banner: () -> untyped def value: () -> untyped def value=: () -> untyped end # sig/byebug/commands/frame.rbs class Byebug::WhereCommand < Byebug::Command def description: () -> untyped def execute: () -> untyped def names: () -> untyped def print_backtrace: () -> untyped def regexp: () -> untyped end # sig/byebug/settings/width.rbs class Byebug::WidthSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> untyped end # sig/byebug/attacher.rbs module Byebug def self.attach: () -> untyped def self.handle_post_mortem: () -> untyped def interrupt: () -> untyped def parse_host_and_port: () -> untyped def run_init_script: () -> untyped def run_script: () -> untyped def start_client: () -> untyped def start_control: () -> untyped def start_server: () -> untyped end # sig/byebug/commands/enable_disable.rbs module Byebug::EnableDisableFunctions def enable_disable_breakpoints: () -> untyped def enable_disable_display: () -> untyped end # sig/byebug/commands/eval.rbs module Byebug::EvalFunctions def allowing_other_threads: () -> untyped def eval_with_setting: () -> untyped def run_with_binding: () -> untyped end # sig/byebug/helper.rbs module Byebug::FileFunctions def get_line: () -> untyped def get_lines: () -> untyped def n_lines: () -> untyped def normalize: () -> untyped end # sig/byebug/commands/frame.rbs module Byebug::FrameFunctions def adjust_frame: () -> untyped def get_pr_arguments: () -> untyped def navigate_to_frame: () -> untyped def switch_to_frame: () -> untyped end # sig/byebug/commands/info.rbs module Byebug::InfoFunctions def info_args: () -> untyped def info_breakpoint: () -> untyped def info_breakpoints: () -> untyped def info_catch: () -> untyped def info_display: () -> untyped def info_file_basic: () -> untyped def info_file_breakpoints: () -> untyped def info_file_mtime: () -> untyped def info_file_sha1: () -> untyped def info_line: () -> untyped def info_program: () -> untyped def info_stop_reason: () -> untyped end # sig/byebug/helper.rbs module Byebug::ParseFunctions def get_int: () -> untyped def parse_steps: () -> untyped def syntax_valid?: () -> untyped def without_stderr: () -> untyped end # sig/byebug/helper.rbs module Byebug::StringFunctions def camelize: () -> untyped def prettify: () -> untyped end # sig/byebug/commands/var.rbs module Byebug::VarFunctions def var_all: () -> untyped def var_constant: () -> untyped def var_global: () -> untyped def var_instance: () -> untyped def var_list: () -> untyped def var_local: () -> untyped end # sig/byebug/attacher.rbs module Kernel def byebug: () -> untyped end