# 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/autopry.rbs class Byebug::AutoprySetting < 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def add_line_breakpoint: () -> untyped def execute: () -> untyped def line_breakpoint: () -> untyped def method_breakpoint: () -> untyped def target_object: () -> untyped def valid_breakpoints_for: () -> 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.potential_lines_with_trace_points: () -> untyped def self.potential_lines_without_trace_points: () -> 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def add: () -> untyped def clear: () -> untyped def execute: () -> untyped def info: () -> untyped def remove: () -> untyped end # sig/byebug/command.rbs class Byebug::Command def always_run: () -> untyped def arguments: () -> untyped def columnize: () -> untyped def context: () -> untyped def frame: () -> untyped def help: () -> untyped def initialize: () -> void def match: () -> untyped def to_s: () -> untyped end # sig/byebug/command_list.rbs class Byebug::CommandList def each: () -> untyped def initialize: () -> void def match: () -> untyped def to_s: () -> untyped def width: () -> untyped end # sig/byebug/errors.rbs class Byebug::CommandNotFound < Byebug::NoMethodError def build_cmd: () -> untyped def help: () -> untyped def initialize: () -> void def name: () -> untyped end # sig/byebug/processors/command_processor.rbs class Byebug::CommandProcessor def after_repl: () -> untyped def at_breakpoint: () -> untyped def at_catchpoint: () -> untyped def at_end: () -> untyped def at_line: () -> untyped def at_return: () -> untyped def at_tracing: () -> untyped def auto_cmds_for: () -> untyped def before_repl: () -> untyped def command_list: () -> untyped def initialize: () -> void def printer: () -> untyped def proceed!: () -> untyped def process_commands: () -> untyped def prompt: () -> untyped def repl: () -> untyped def run_auto_cmds: () -> untyped def run_cmd: () -> untyped def safely: () -> untyped end # sig/byebug/commands/condition.rbs class Byebug::ConditionCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/context.rbs class Byebug::Context def at_breakpoint: () -> untyped def at_catchpoint: () -> untyped def at_end: () -> untyped def at_line: () -> untyped def at_return: () -> untyped def at_tracing: () -> untyped def frame: () -> untyped def frame=: () -> untyped def full_location: () -> untyped def ignored_file?: () -> untyped def ignored_files: () -> untyped def interface: () -> untyped def interrupt: () -> untyped def location: () -> untyped def processor: () -> untyped def processor: () -> untyped def stack_size: () -> untyped end # sig/byebug/commands/continue.rbs class Byebug::ContinueCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def modifier: () -> untyped def unconditionally?: () -> untyped def until_line?: () -> untyped end # sig/byebug/processors/control_processor.rbs class Byebug::ControlProcessor < Byebug::CommandProcessor def commands: () -> untyped def prompt: () -> untyped end # sig/byebug/commands/debug.rbs class Byebug::DebugCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/delete.rbs class Byebug::DeleteCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/disable.rbs class Byebug::DisableCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped end # sig/byebug/commands/disable/breakpoints.rbs class Byebug::DisableCommand::BreakpointsCommand < Byebug::DisableCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/disable/display.rbs class Byebug::DisableCommand::DisplayCommand < Byebug::DisableCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/display.rbs class Byebug::DisplayCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def display_expression: () -> untyped def eval_expr: () -> untyped def execute: () -> untyped def print_display_expressions: () -> untyped end # sig/byebug/commands/down.rbs class Byebug::DownCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/edit.rbs class Byebug::EditCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def edit_error: () -> untyped def editor: () -> untyped def execute: () -> untyped def location: () -> untyped end # sig/byebug/commands/enable.rbs class Byebug::EnableCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped end # sig/byebug/commands/enable/breakpoints.rbs class Byebug::EnableCommand::BreakpointsCommand < Byebug::EnableCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/enable/display.rbs class Byebug::EnableCommand::DisplayCommand < Byebug::EnableCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/finish.rbs class Byebug::FinishCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def max_frames: () -> untyped end # sig/byebug/frame.rbs class Byebug::Frame def _binding: () -> untyped def _class: () -> untyped def _method: () -> untyped def _self: () -> untyped def args: () -> untyped def c_args: () -> untyped def c_frame?: () -> untyped def current?: () -> untyped def deco_args: () -> untyped def deco_block: () -> untyped def deco_call: () -> untyped def deco_class: () -> untyped def deco_file: () -> untyped def deco_method: () -> untyped def deco_pos: () -> untyped def file: () -> untyped def initialize: () -> void def line: () -> untyped def locals: () -> untyped def mark: () -> untyped def prefix_and_default: () -> untyped def ruby_args: () -> untyped def to_hash: () -> untyped def use_short_style?: () -> untyped end # sig/byebug/commands/frame.rbs class Byebug::FrameCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def command: () -> untyped def execute: () -> untyped def help_for: () -> untyped def help_for_all: () -> untyped def subcommand: () -> 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 buffer: () -> untyped 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped end # sig/byebug/commands/info/breakpoints.rbs class Byebug::InfoCommand::BreakpointsCommand < Byebug::InfoCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def info_breakpoint: () -> untyped end # sig/byebug/commands/info/display.rbs class Byebug::InfoCommand::DisplayCommand < Byebug::InfoCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/info/file.rbs class Byebug::InfoCommand::FileCommand < Byebug::InfoCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def info_file_basic: () -> untyped def info_file_breakpoints: () -> untyped def info_file_mtime: () -> untyped def info_file_sha1: () -> untyped end # sig/byebug/commands/info/line.rbs class Byebug::InfoCommand::LineCommand < Byebug::InfoCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/info/program.rbs class Byebug::InfoCommand::ProgramCommand < Byebug::InfoCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def format_stop_reason: () -> 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 last_if_empty: () -> untyped def prepare_input: () -> untyped 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/irb.rbs class Byebug::IrbCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def with_clean_argv: () -> untyped end # sig/byebug/commands/kill.rbs class Byebug::KillCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def auto_range: () -> untyped def display_lines: () -> untyped def execute: () -> untyped def lower_bound: () -> untyped def move: () -> untyped def parse_range: () -> untyped def range: () -> untyped def source_file_formatter: () -> untyped def split_range: () -> untyped def upper_bound: () -> 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 def with_repl_like_sigint: () -> untyped def without_readline_completion: () -> untyped end # sig/byebug/commands/method.rbs class Byebug::MethodCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/next.rbs class Byebug::NextCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/option_setter.rbs class Byebug::OptionSetter def debug: () -> untyped def help: () -> untyped def include_flag: () -> untyped def initialize: () -> void def post_mortem: () -> untyped def quit: () -> untyped def rc: () -> untyped def remote: () -> untyped def require_flag: () -> untyped def setup: () -> untyped def stop: () -> untyped def trace: () -> untyped def version: () -> untyped end # sig/byebug/processors/post_mortem_processor.rbs class Byebug::PostMortemProcessor < Byebug::CommandProcessor def commands: () -> untyped def prompt: () -> 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 print: () -> untyped def print_collection: () -> untyped def print_variables: () -> untyped end # sig/byebug/commands/pry.rbs class Byebug::PryCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/quit.rbs class Byebug::QuitCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/remote/client.rbs class Byebug::Remote::Client def connect_at: () -> untyped def initialize: () -> void def start: () -> untyped def started?: () -> untyped end # sig/byebug/remote/server.rbs class Byebug::Remote::Server def initialize: () -> void def start: () -> untyped end # sig/byebug/interfaces/remote_interface.rbs class Byebug::RemoteInterface < Byebug::Interface def close: () -> untyped def confirm: () -> untyped def initialize: () -> void def print: () -> untyped def puts: () -> untyped def read_command: () -> untyped def readline: () -> untyped end # sig/byebug/commands/restart.rbs class Byebug::RestartCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def prepend_byebug_bin: () -> untyped def prepend_ruby_bin: () -> untyped end # sig/byebug/runner.rbs class Byebug::Runner def banner: () -> untyped def debug_program: () -> untyped def error_in_script?: () -> untyped def help=: () -> untyped def init_script: () -> untyped def initialize: () -> void def interface: () -> untyped def invalid_script?: () -> untyped def no_script?: () -> untyped def non_existing_script?: () -> untyped def non_script_option?: () -> untyped def option_parser: () -> untyped def print_error: () -> untyped def program: () -> untyped def remote=: () -> untyped def run: () -> untyped def version=: () -> untyped end # sig/byebug/commands/save.rbs class Byebug::SaveCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def save_breakpoints: () -> untyped def save_catchpoints: () -> untyped def save_displays: () -> untyped def save_settings: () -> untyped end # sig/byebug/settings/savefile.rbs class Byebug::SavefileSetting < Byebug::Setting def banner: () -> untyped def to_s: () -> 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/processors/script_processor.rbs class Byebug::ScriptProcessor < Byebug::CommandProcessor def after_repl: () -> untyped def commands: () -> untyped def prompt: () -> untyped def repl: () -> untyped def without_exceptions: () -> untyped end # sig/byebug/commands/set.rbs class Byebug::SetCommand < Byebug::Command def self.description: () -> untyped def self.help: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def get_onoff: () -> untyped end # sig/byebug/setting.rbs class Byebug::Setting def []: () -> untyped def []=: () -> untyped def boolean?: () -> untyped def find: () -> 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 self.description: () -> untyped def self.help: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/skip.rbs class Byebug::SkipCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def auto_run: () -> untyped def execute: () -> untyped def file_line: () -> untyped def file_path: () -> untyped def initialize_attributes: () -> untyped def keep_execution: () -> untyped def reset_attributes: () -> untyped def restore_autolist: () -> untyped def setup_autolist: () -> untyped end # sig/byebug/commands/source.rbs class Byebug::SourceCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/source_file_formatter.rbs class Byebug::SourceFileFormatter def amend: () -> untyped def amend_final: () -> untyped def amend_initial: () -> untyped def initialize: () -> void def lines: () -> untyped def lines_around: () -> untyped def max_initial_line: () -> untyped def max_line: () -> untyped def range_around: () -> untyped def range_from: () -> untyped def size: () -> untyped end # sig/byebug/settings/stack_on_error.rbs class Byebug::StackOnErrorSetting < Byebug::Setting def banner: () -> untyped end # sig/byebug/commands/step.rbs class Byebug::StepCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> 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 prepare: () -> 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 self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped end # sig/byebug/commands/thread/current.rbs class Byebug::ThreadCommand::CurrentCommand < Byebug::ThreadCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/thread/list.rbs class Byebug::ThreadCommand::ListCommand < Byebug::ThreadCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/thread/resume.rbs class Byebug::ThreadCommand::ResumeCommand < Byebug::ThreadCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/thread/stop.rbs class Byebug::ThreadCommand::StopCommand < Byebug::ThreadCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/thread/switch.rbs class Byebug::ThreadCommand::SwitchCommand < Byebug::ThreadCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/tracevar.rbs class Byebug::TracevarCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def on_change: () -> untyped end # sig/byebug/commands/undisplay.rbs class Byebug::UndisplayCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/untracevar.rbs class Byebug::UntracevarCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/up.rbs class Byebug::UpCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/var.rbs class Byebug::VarCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped end # sig/byebug/commands/var/all.rbs class Byebug::VarCommand::AllCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/var/args.rbs class Byebug::VarCommand::ArgsCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/var/const.rbs class Byebug::VarCommand::ConstCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def str_obj: () -> untyped end # sig/byebug/commands/var/global.rbs class Byebug::VarCommand::GlobalCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/var/instance.rbs class Byebug::VarCommand::InstanceCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/var/local.rbs class Byebug::VarCommand::LocalCommand < Byebug::VarCommand::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped end # sig/byebug/commands/where.rbs class Byebug::WhereCommand < Byebug::Command def self.description: () -> untyped def self.regexp: () -> untyped def self.short_description: () -> untyped def execute: () -> untyped def print_backtrace: () -> 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 self.load_settings: () -> untyped def self.spawn: () -> untyped def actual_control_port: () -> untyped def actual_port: () -> untyped def client: () -> untyped def control: () -> untyped def interrupt: () -> untyped def parse_host_and_port: () -> untyped def rc_dirs: () -> untyped def run_init_script: () -> untyped def run_rc_file: () -> untyped def server: () -> untyped def start_client: () -> untyped def start_control: () -> untyped def start_server: () -> untyped end # sig/byebug/helpers/bin.rbs module Byebug::Helpers::BinHelper def executable_file_extensions: () -> untyped def find_executable: () -> untyped def real_executable?: () -> untyped def search_paths: () -> untyped def which: () -> untyped end # sig/byebug/helpers/eval.rbs module Byebug::Helpers::EvalHelper def allowing_other_threads: () -> untyped def error_eval: () -> untyped def error_msg: () -> untyped def in_new_thread: () -> untyped def msg: () -> untyped def multiple_thread_eval: () -> untyped def safe_eval: () -> untyped def safe_inspect: () -> untyped def safe_to_s: () -> untyped def separate_thread_eval: () -> untyped def silent_eval: () -> untyped def warning_eval: () -> untyped def warning_msg: () -> untyped end # sig/byebug/helpers/file.rbs module Byebug::Helpers::FileHelper def get_line: () -> untyped def get_lines: () -> untyped def n_lines: () -> untyped def normalize: () -> untyped def shortpath: () -> untyped def virtual_file?: () -> untyped end # sig/byebug/helpers/frame.rbs module Byebug::Helpers::FrameHelper def adjust_frame: () -> untyped def direction: () -> untyped def frame_err: () -> untyped def index_from_start: () -> untyped def jump_frames: () -> untyped def navigate_to_frame: () -> untyped def out_of_bounds?: () -> untyped def switch_to_frame: () -> untyped end # sig/byebug/helpers/parse.rbs module Byebug::Helpers::ParseHelper def get_int: () -> untyped def parse_steps: () -> untyped def syntax_valid?: () -> untyped def without_stderr: () -> untyped end # sig/byebug/helpers/path.rbs module Byebug::Helpers::PathHelper def all_files: () -> untyped def bin_file: () -> untyped def gem_files: () -> untyped def glob_for: () -> untyped def lib_files: () -> untyped def root_path: () -> untyped def test_files: () -> untyped end # sig/byebug/helpers/reflection.rbs module Byebug::Helpers::ReflectionHelper def commands: () -> untyped end # sig/byebug/helpers/string.rbs module Byebug::Helpers::StringHelper def camelize: () -> untyped def deindent: () -> untyped def prettify: () -> untyped end # sig/byebug/helpers/thread.rbs module Byebug::Helpers::ThreadHelper def context_from_thread: () -> untyped def current_thread?: () -> untyped def debug_flag: () -> untyped def display_context: () -> untyped def location: () -> untyped def status_flag: () -> untyped def thread_arguments: () -> untyped end # sig/byebug/helpers/toggle.rbs module Byebug::Helpers::ToggleHelper def enable_disable_breakpoints: () -> untyped def enable_disable_display: () -> untyped def n_displays: () -> untyped def select_breakpoints: () -> untyped end # sig/byebug/helpers/var.rbs module Byebug::Helpers::VarHelper def var_args: () -> untyped def var_global: () -> untyped def var_instance: () -> untyped def var_list: () -> untyped def var_local: () -> untyped end # sig/byebug/subcommands.rbs module Byebug::Subcommands def self.included: () -> untyped def execute: () -> untyped end # sig/byebug/subcommands.rbs module Byebug::Subcommands::ClassMethods def help: () -> untyped def subcommand_list: () -> untyped end # sig/byebug/attacher.rbs module Kernel def byebug: () -> untyped def remote_byebug: () -> untyped end