Table of Contents - debug: Ruby Standard Library Documentation
Classes and Modules
- Binding
 - DEBUGGER__
 - DEBUGGER__::Breakpoint
 - DEBUGGER__::CallTracer
 - DEBUGGER__::CatchBreakpoint
 - DEBUGGER__::CheckBreakpoint
 - DEBUGGER__::Client
 - DEBUGGER__::Color
 - DEBUGGER__::CommandLineOptionError
 - DEBUGGER__::Config
 - DEBUGGER__::Console
 - DEBUGGER__::ExceptionTracer
 - DEBUGGER__::ForkInterceptor
 - DEBUGGER__::FrameInfo
 - DEBUGGER__::ISeqBreakpoint
 - DEBUGGER__::LineBreakpoint
 - DEBUGGER__::LineTracer
 - DEBUGGER__::MethodBreakpoint
 - DEBUGGER__::MultiProcessGroup
 - DEBUGGER__::ObjectTracer
 - DEBUGGER__::PostmortemError
 - DEBUGGER__::ProcessGroup
 - DEBUGGER__::Session
 - DEBUGGER__::SkipPathHelper
 - DEBUGGER__::SourceRepository
 - DEBUGGER__::ThreadClient
 - DEBUGGER__::ThreadClient::Output
 - DEBUGGER__::ThreadClient::Recorder
 - DEBUGGER__::ThreadClient::SuspendReplay
 - DEBUGGER__::Tracer
 - DEBUGGER__::TrapInterceptor
 - DEBUGGER__::UI_Base
 - DEBUGGER__::UI_CDP
 - DEBUGGER__::UI_CDP::Detach
 - DEBUGGER__::UI_CDP::WebSocketClient
 - DEBUGGER__::UI_CDP::WebSocketServer
 - DEBUGGER__::UI_DAP
 - DEBUGGER__::UI_DAP::RetryBecauseCantRead
 - DEBUGGER__::UI_LocalConsole
 - DEBUGGER__::UI_ServerBase
 - DEBUGGER__::UI_ServerBase::NoRemoteError
 - DEBUGGER__::UI_ServerBase::Terminate
 - DEBUGGER__::UI_TcpServer
 - DEBUGGER__::UI_UnixDomainServer
 - DEBUGGER__::WatchIVarBreakpoint
 - IRB
 - IRB::Color
 - Kernel
 - Module
 - Object
 - Process
 - Reline
 - Reline::LineEditor
 - RubyVM
 - RubyVM::InstructionSequence
 - Signal
 
Methods
- ::add_catch_breakpoint — DEBUGGER__
 - ::add_line_breakpoint — DEBUGGER__
 - ::check_dir_authority — DEBUGGER__
 - ::cleanup_unix_domain_sockets — DEBUGGER__::Client
 - ::commands — DEBUGGER__
 - ::config — DEBUGGER__::Config
 - ::config_to_env_hash — DEBUGGER__::Config
 - ::create_unix_domain_socket_name — DEBUGGER__
 - ::create_unix_domain_socket_name_prefix — DEBUGGER__
 - ::current — DEBUGGER__::ThreadClient
 - ::get_chrome_path — DEBUGGER__::UI_CDP
 - ::help — DEBUGGER__
 - ::helps — DEBUGGER__
 - ::info — DEBUGGER__
 - ::list_connections — DEBUGGER__::Client
 - ::load_rc — DEBUGGER__
 - ::log — DEBUGGER__
 - ::method_added — DEBUGGER__
 - ::new — DEBUGGER__::Breakpoint
 - ::new — DEBUGGER__::ISeqBreakpoint
 - ::new — DEBUGGER__::LineBreakpoint
 - ::new — DEBUGGER__::CatchBreakpoint
 - ::new — DEBUGGER__::CheckBreakpoint
 - ::new — DEBUGGER__::WatchIVarBreakpoint
 - ::new — DEBUGGER__::MethodBreakpoint
 - ::new — DEBUGGER__::Client
 - ::new — DEBUGGER__::Config
 - ::new — DEBUGGER__::Console
 - ::new — DEBUGGER__::UI_LocalConsole
 - ::new — DEBUGGER__::UI_ServerBase
 - ::new — DEBUGGER__::UI_TcpServer
 - ::new — DEBUGGER__::UI_UnixDomainServer
 - ::new — DEBUGGER__::UI_CDP::WebSocketClient
 - ::new — DEBUGGER__::UI_CDP::WebSocketServer
 - ::new — DEBUGGER__::Session
 - ::new — DEBUGGER__::ThreadClient
 - ::new — DEBUGGER__::ProcessGroup
 - ::new — DEBUGGER__::SourceRepository
 - ::new — DEBUGGER__::ThreadClient::Recorder
 - ::new — DEBUGGER__::ThreadClient::Output
 - ::new — DEBUGGER__::Tracer
 - ::new — DEBUGGER__::ObjectTracer
 - ::open — DEBUGGER__
 - ::open_tcp — DEBUGGER__
 - ::open_unix — DEBUGGER__
 - ::parse_argv — DEBUGGER__::Config
 - ::parse_config_value — DEBUGGER__::Config
 - ::parse_help — DEBUGGER__
 - ::require_location — DEBUGGER__
 - ::run_new_chrome — DEBUGGER__::UI_CDP
 - ::safe_inspect — DEBUGGER__
 - ::setup — DEBUGGER__::UI_DAP
 - ::setup_autoload — DEBUGGER__::Client
 - ::setup_chrome — DEBUGGER__::UI_CDP
 - ::setup_initial_suspend — DEBUGGER__
 - ::start — DEBUGGER__
 - ::step_in — DEBUGGER__
 - ::unix_domain_socket_dir — DEBUGGER__
 - ::unix_domain_socket_homedir — DEBUGGER__
 - ::unix_domain_socket_tmpdir — DEBUGGER__
 - ::util — DEBUGGER__::Client
 - ::warn — DEBUGGER__
 - ::working_shell_type — DEBUGGER__::Client
 - #<< — DEBUGGER__::ThreadClient
 - #[] — DEBUGGER__::Config
 - #[]= — DEBUGGER__::Config
 - #accept — DEBUGGER__::UI_ServerBase
 - #accept — DEBUGGER__::UI_TcpServer
 - #accept — DEBUGGER__::UI_UnixDomainServer
 - #activate — DEBUGGER__::LineBreakpoint
 - #activate — DEBUGGER__::UI_LocalConsole
 - #activate — DEBUGGER__::UI_ServerBase
 - #activate — DEBUGGER__::Session
 - #activate_bp — DEBUGGER__::UI_CDP
 - #activate_exact — DEBUGGER__::LineBreakpoint
 - #active? — DEBUGGER__::Session
 - #add — DEBUGGER__::SourceRepository
 - #add_bp — DEBUGGER__::Session
 - #add_catch_breakpoint — DEBUGGER__::Session
 - #add_check_breakpoint — DEBUGGER__::Session
 - #add_iseq — DEBUGGER__::SourceRepository
 - #add_iseq_breakpoint — DEBUGGER__::Session
 - #add_line_breakpoint — DEBUGGER__::Session
 - #add_path — DEBUGGER__::SourceRepository
 - #add_preset_commands — DEBUGGER__::Session
 - #add_tracer — DEBUGGER__::Session
 - #after_fork — DEBUGGER__::ProcessGroup
 - #after_fork — DEBUGGER__::MultiProcessGroup
 - #after_fork_parent — DEBUGGER__::UI_LocalConsole
 - #after_fork_parent — DEBUGGER__::UI_ServerBase
 - #after_fork_parent — DEBUGGER__::Session
 - #all_iseq — DEBUGGER__::SourceRepository
 - #append_config — DEBUGGER__::Config
 - #argc — RubyVM::InstructionSequence
 - #ask — DEBUGGER__::UI_LocalConsole
 - #ask — DEBUGGER__::UI_ServerBase
 - #ask — DEBUGGER__::Session
 - #ask_thread_client — DEBUGGER__::Session
 - #assemble_arguments — DEBUGGER__::ThreadClient
 - #bb — Kernel
 - #before_fork — DEBUGGER__::Session
 - #block_identifier — DEBUGGER__::FrameInfo
 - #bp_index — DEBUGGER__::Session
 - #break_at? — DEBUGGER__::Session
 - #c_identifier — DEBUGGER__::FrameInfo
 - #callee — DEBUGGER__::FrameInfo
 - #can_step_back? — DEBUGGER__::ThreadClient::Recorder
 - #cancel_auto_continue — DEBUGGER__::Session
 - #capture_exception_frames — DEBUGGER__::Session
 - #cdp_event — DEBUGGER__::Session
 - #check_postmortem — DEBUGGER__::Session
 - #chrome_setup — DEBUGGER__::UI_TcpServer
 - #class_method_map — DEBUGGER__::ThreadClient
 - #clean_bps — DEBUGGER__::Session
 - #cleanup_reader — DEBUGGER__::UI_ServerBase
 - #cleanup_reader — DEBUGGER__::UI_CDP
 - #close — DEBUGGER__::ThreadClient
 - #col_widths — DEBUGGER__::ThreadClient::Output
 - #color_pp — DEBUGGER__::Color
 - #colored_inspect — DEBUGGER__::Color
 - #colorize — DEBUGGER__::Tracer
 - #colorize — DEBUGGER__::Color
 - #colorize_blue — DEBUGGER__::Color
 - #colorize_code — DEBUGGER__::Color
 - #colorize_cyan — DEBUGGER__::Color
 - #colorize_dim — DEBUGGER__::Color
 - #colorize_magenta — DEBUGGER__::Color
 - #colorized_obj_inspect — DEBUGGER__::ObjectTracer
 - #config — DEBUGGER__::Config
 - #config_command — DEBUGGER__::Session
 - #config_set — DEBUGGER__::Session
 - #config_show — DEBUGGER__::Session
 - #connect — DEBUGGER__::Client
 - #connect_tcp — DEBUGGER__::Client
 - #connect_unix — DEBUGGER__::Client
 - #create_thread_client — DEBUGGER__::Session
 - #current_frame — DEBUGGER__::ThreadClient
 - #current_frame — DEBUGGER__::ThreadClient::Recorder
 - #current_position — DEBUGGER__::ThreadClient::Recorder
 - #dap_event — DEBUGGER__::Session
 - #dap_setup — DEBUGGER__::UI_DAP
 - #deactivate — DEBUGGER__::Client
 - #deactivate — DEBUGGER__::Console
 - #deactivate — DEBUGGER__::UI_LocalConsole
 - #deactivate — DEBUGGER__::UI_ServerBase
 - #deactivate — DEBUGGER__::Session
 - #deactivate — DEBUGGER__::ThreadClient
 - #deactivate_bp — DEBUGGER__::UI_CDP
 - #debugger — Kernel
 - #default_frame_formatter — DEBUGGER__::ThreadClient
 - #del_bp — DEBUGGER__::UI_CDP
 - #delete — DEBUGGER__::Breakpoint
 - #delete_bp — DEBUGGER__::Session
 - #deleted? — DEBUGGER__::Breakpoint
 - #description — DEBUGGER__::Breakpoint
 - #description — DEBUGGER__::CatchBreakpoint
 - #description — DEBUGGER__::Tracer
 - #description — DEBUGGER__::ObjectTracer
 - #disable — DEBUGGER__::Breakpoint
 - #disable — DEBUGGER__::ThreadClient::Recorder
 - #disable — DEBUGGER__::Tracer
 - #disable_sigdump — DEBUGGER__::Config
 - #dump — DEBUGGER__::ThreadClient::Output
 - #duplicable? — DEBUGGER__::Breakpoint
 - #duplicable? — DEBUGGER__::LineBreakpoint
 - #enable — DEBUGGER__::Breakpoint
 - #enable — DEBUGGER__::ISeqBreakpoint
 - #enable — DEBUGGER__::LineBreakpoint
 - #enable — DEBUGGER__::MethodBreakpoint
 - #enable — DEBUGGER__::ThreadClient::Recorder
 - #enable — DEBUGGER__::Tracer
 - #enable_sigdump — DEBUGGER__::Config
 - #enabled? — DEBUGGER__::Breakpoint
 - #enabled? — DEBUGGER__::ThreadClient::Recorder
 - #enter_postmortem_session — DEBUGGER__::Session
 - #enter_subsession — DEBUGGER__::Session
 - #eval_binding — DEBUGGER__::FrameInfo
 - #eval_class_name — DEBUGGER__::MethodBreakpoint
 - #evaluate_result — DEBUGGER__::ThreadClient
 - #event — DEBUGGER__::UI_Base
 - #event — DEBUGGER__::UI_DAP
 - #event! — DEBUGGER__::ThreadClient
 - #extract_data — DEBUGGER__::UI_CDP::WebSocketClient
 - #extract_data — DEBUGGER__::UI_CDP::WebSocketServer
 - #fail_response — DEBUGGER__::Session
 - #file_lines — DEBUGGER__::FrameInfo
 - #find_waiting_tc — DEBUGGER__::Session
 - #fire_event — DEBUGGER__::UI_CDP
 - #first_line — RubyVM::InstructionSequence
 - #fits_on_line? — DEBUGGER__::ThreadClient::Output
 - #fork — DEBUGGER__::ForkInterceptor
 - #frame_eval — DEBUGGER__::ThreadClient
 - #frame_str — DEBUGGER__::ThreadClient
 - #frame_type — DEBUGGER__::FrameInfo
 - #generate_info — DEBUGGER__::ThreadClient
 - #generate_label — DEBUGGER__::Breakpoint
 - #get — DEBUGGER__::SourceRepository
 - #get_colored — DEBUGGER__::SourceRepository
 - #get_command — DEBUGGER__::Console
 - #get_si — DEBUGGER__::SourceRepository
 - #get_singleton_class — DEBUGGER__::FrameInfo
 - #get_source_code — DEBUGGER__::UI_CDP
 - #get_thread_client — DEBUGGER__::Session
 - #greeting — DEBUGGER__::UI_ServerBase
 - #handshake — DEBUGGER__::UI_CDP::WebSocketClient
 - #handshake — DEBUGGER__::UI_CDP::WebSocketServer
 - #header — DEBUGGER__::Tracer
 - #history — DEBUGGER__::Console
 - #history_file — DEBUGGER__::Console
 - #if_updated — DEBUGGER__::Config
 - #in_subsession? — DEBUGGER__::Session
 - #info — DEBUGGER__::MultiProcessGroup
 - #inspect — DEBUGGER__::LineBreakpoint
 - #inspect — DEBUGGER__::Config
 - #inspect — DEBUGGER__::Session
 - #inspect — DEBUGGER__::ThreadClient
 - #instance_eval_for_cmethod — DEBUGGER__::ThreadClient
 - #intercept_trap_sigint — DEBUGGER__::Session
 - #intercept_trap_sigint? — DEBUGGER__::Session
 - #intercept_trap_sigint_end — DEBUGGER__::Session
 - #intercept_trap_sigint_start — DEBUGGER__::Session
 - #irb_colorize — DEBUGGER__::Color
 - #iterate_bps — DEBUGGER__::Session
 - #klass_sig — DEBUGGER__::FrameInfo
 - #last_line — RubyVM::InstructionSequence
 - #leave_subsession — DEBUGGER__::Session
 - #load_history — DEBUGGER__::Console
 - #load_history_if_not_loaded — DEBUGGER__::Console
 - #local_variable_get — DEBUGGER__::FrameInfo
 - #local_variables — DEBUGGER__::FrameInfo
 - #locals — RubyVM::InstructionSequence
 - #location_str — DEBUGGER__::FrameInfo
 - #lock — DEBUGGER__::ProcessGroup
 - #lock — DEBUGGER__::MultiProcessGroup
 - #lock_level_down — DEBUGGER__::MultiProcessGroup
 - #lock_level_up — DEBUGGER__::MultiProcessGroup
 - #locked? — DEBUGGER__::ProcessGroup
 - #locked? — DEBUGGER__::MultiProcessGroup
 - #log_index — DEBUGGER__::ThreadClient::Recorder
 - #make_breakpoint — DEBUGGER__::ThreadClient
 - #managed_thread_clients — DEBUGGER__::Session
 - #management? — DEBUGGER__::ThreadClient
 - #mark_as_management — DEBUGGER__::ThreadClient
 - #method_added — DEBUGGER__::Session
 - #method_added — Module
 - #method_identifier — DEBUGGER__::FrameInfo
 - #minfo — DEBUGGER__::Tracer
 - #multi? — DEBUGGER__::ProcessGroup
 - #multi_process! — DEBUGGER__::ProcessGroup
 - #multi_process! — DEBUGGER__::MultiProcessGroup
 - #name — DEBUGGER__::FrameInfo
 - #name — DEBUGGER__::ThreadClient
 - #on_breakpoint — DEBUGGER__::ThreadClient
 - #on_init — DEBUGGER__::ThreadClient
 - #on_load — DEBUGGER__::Session
 - #on_load — DEBUGGER__::ThreadClient
 - #on_pause — DEBUGGER__::ThreadClient
 - #on_thread_begin — DEBUGGER__::Session
 - #on_trace — DEBUGGER__::ThreadClient
 - #on_trap — DEBUGGER__::ThreadClient
 - #oneshot? — DEBUGGER__::Breakpoint
 - #other_identifier — DEBUGGER__::FrameInfo
 - #out — DEBUGGER__::Tracer
 - #outline_method — DEBUGGER__::ThreadClient
 - #override — DEBUGGER__::MethodBreakpoint
 - #parameters_info — DEBUGGER__::FrameInfo
 - #parse_break — DEBUGGER__::Session
 - #parse_config_value — DEBUGGER__::Config
 - #path — DEBUGGER__::FrameInfo
 - #pause — DEBUGGER__::UI_ServerBase
 - #pop_event — DEBUGGER__::Session
 - #postmortem= — DEBUGGER__::Session
 - #pretty_path — DEBUGGER__::FrameInfo
 - #process — DEBUGGER__::UI_ServerBase
 - #process — DEBUGGER__::UI_CDP
 - #process — DEBUGGER__::UI_DAP
 - #process_cdp — DEBUGGER__::ThreadClient
 - #process_command — DEBUGGER__::Session
 - #process_dap — DEBUGGER__::ThreadClient
 - #process_event — DEBUGGER__::Session
 - #process_info — DEBUGGER__::Session
 - #process_protocol_request — DEBUGGER__::Session
 - #prompt — DEBUGGER__::Session
 - #property — DEBUGGER__::ThreadClient
 - #puts — DEBUGGER__::UI_LocalConsole
 - #puts — DEBUGGER__::UI_ServerBase
 - #puts — DEBUGGER__::ThreadClient
 - #puts — DEBUGGER__::Tracer
 - #puts — DEBUGGER__::UI_CDP
 - #puts — DEBUGGER__::UI_DAP
 - #puts_variable_info — DEBUGGER__::ThreadClient
 - #quit — DEBUGGER__::UI_LocalConsole
 - #quit — DEBUGGER__::UI_ServerBase
 - #read_history_file — DEBUGGER__::Console
 - #readline — DEBUGGER__::Client
 - #readline — DEBUGGER__::Console
 - #readline — DEBUGGER__::UI_LocalConsole
 - #readline — DEBUGGER__::UI_ServerBase
 - #readline — DEBUGGER__::UI_CDP
 - #readline — DEBUGGER__::UI_DAP
 - #readline_setup — DEBUGGER__::Console
 - #realpath — DEBUGGER__::FrameInfo
 - #recv_request — DEBUGGER__::UI_DAP
 - #register_var — DEBUGGER__::Session
 - #register_vars — DEBUGGER__::Session
 - #rehash_bps — DEBUGGER__::Session
 - #remote? — DEBUGGER__::UI_LocalConsole
 - #remote? — DEBUGGER__::UI_ServerBase
 - #repl_add_breakpoint — DEBUGGER__::Session
 - #repl_add_catch_breakpoint — DEBUGGER__::Session
 - #repl_add_watch_breakpoint — DEBUGGER__::Session
 - #repl_open_setup — DEBUGGER__::Session
 - #repl_open_tcp — DEBUGGER__::Session
 - #repl_open_unix — DEBUGGER__::Session
 - #repl_open_vscode — DEBUGGER__::Session
 - #replay_suspend — DEBUGGER__::ThreadClient
 - #replaying? — DEBUGGER__::ThreadClient::Recorder
 - #reset — Reline::LineEditor
 - #reset_ui — DEBUGGER__::Session
 - #resolve_path — DEBUGGER__::Session
 - #respond — DEBUGGER__::UI_CDP
 - #respond — DEBUGGER__::UI_DAP
 - #respond_fail — DEBUGGER__::UI_CDP
 - #restart_all_threads — DEBUGGER__::Session
 - #return_str — DEBUGGER__::FrameInfo
 - #running? — DEBUGGER__::ThreadClient
 - #running_thread_clients_count — DEBUGGER__::Session
 - #safe_eval — DEBUGGER__::Breakpoint
 - #save_int_trap — DEBUGGER__::Session
 - #screen_width — DEBUGGER__::ThreadClient::Output
 - #search_const — DEBUGGER__::ThreadClient
 - #search_method — DEBUGGER__::MethodBreakpoint
 - #send — DEBUGGER__::Client
 - #send — DEBUGGER__::UI_CDP::WebSocketClient
 - #send — DEBUGGER__::UI_CDP::WebSocketServer
 - #send — DEBUGGER__::UI_DAP
 - #send_event — DEBUGGER__::UI_CDP
 - #send_event — DEBUGGER__::UI_DAP
 - #send_fail_response — DEBUGGER__::UI_CDP
 - #send_response — DEBUGGER__::UI_CDP
 - #send_response — DEBUGGER__::UI_DAP
 - #session_server_main — DEBUGGER__::Session
 - #set_config — DEBUGGER__::Config
 - #set_mode — DEBUGGER__::ThreadClient
 - #setup — DEBUGGER__::Breakpoint
 - #setup — DEBUGGER__::ISeqBreakpoint
 - #setup — DEBUGGER__::LineBreakpoint
 - #setup — DEBUGGER__::CatchBreakpoint
 - #setup — DEBUGGER__::CheckBreakpoint
 - #setup — DEBUGGER__::WatchIVarBreakpoint
 - #setup — DEBUGGER__::MethodBreakpoint
 - #setup — DEBUGGER__::LineTracer
 - #setup — DEBUGGER__::CallTracer
 - #setup — DEBUGGER__::ExceptionTracer
 - #setup — DEBUGGER__::ObjectTracer
 - #setup_interrupt — DEBUGGER__::UI_LocalConsole
 - #setup_interrupt — DEBUGGER__::UI_ServerBase
 - #setup_sigdump — DEBUGGER__::Config
 - #setup_threads — DEBUGGER__::Session
 - #show_bps — DEBUGGER__::Session
 - #show_by_editor — DEBUGGER__::ThreadClient
 - #show_consts — DEBUGGER__::ThreadClient
 - #show_frame — DEBUGGER__::ThreadClient
 - #show_frames — DEBUGGER__::ThreadClient
 - #show_globals — DEBUGGER__::ThreadClient
 - #show_help — DEBUGGER__::Session
 - #show_ivars — DEBUGGER__::ThreadClient
 - #show_locals — DEBUGGER__::ThreadClient
 - #show_outline — DEBUGGER__::ThreadClient
 - #show_protocol — DEBUGGER__::UI_DAP
 - #show_src — DEBUGGER__::ThreadClient
 - #sig — DEBUGGER__::MethodBreakpoint
 - #sigurg_overridden? — DEBUGGER__::UI_ServerBase
 - #singleton_method_added — Module
 - #skip? — DEBUGGER__::Tracer
 - #skip_location? — DEBUGGER__::SkipPathHelper
 - #skip_path? — DEBUGGER__::Breakpoint
 - #skip_path? — DEBUGGER__::SkipPathHelper
 - #skip_with_pattern? — DEBUGGER__::Tracer
 - #skip_with_pattern? — DEBUGGER__::CallTracer
 - #skip_with_pattern? — DEBUGGER__::ExceptionTracer
 - #sock — DEBUGGER__::UI_ServerBase
 - #sock — DEBUGGER__::UI_CDP
 - #sock — DEBUGGER__::UI_DAP
 - #source — DEBUGGER__::Session
 - #special_local_variables — DEBUGGER__::ThreadClient
 - #step_back — DEBUGGER__::ThreadClient::Recorder
 - #step_command — DEBUGGER__::Session
 - #step_forward — DEBUGGER__::ThreadClient::Recorder
 - #step_reset — DEBUGGER__::ThreadClient::Recorder
 - #step_tp — DEBUGGER__::ThreadClient
 - #stop_all_threads — DEBUGGER__::Session
 - #suspend — DEBUGGER__::Breakpoint
 - #suspend — DEBUGGER__::ThreadClient
 - #switch_thread — DEBUGGER__::Session
 - #sync — DEBUGGER__::ProcessGroup
 - #sync — DEBUGGER__::MultiProcessGroup
 - #thread_list — DEBUGGER__::Session
 - #thread_stopper — DEBUGGER__::Session
 - #to_s — DEBUGGER__::Breakpoint
 - #to_s — DEBUGGER__::LineBreakpoint
 - #to_s — DEBUGGER__::CatchBreakpoint
 - #to_s — DEBUGGER__::CheckBreakpoint
 - #to_s — DEBUGGER__::WatchIVarBreakpoint
 - #to_s — DEBUGGER__::MethodBreakpoint
 - #to_s — DEBUGGER__::ThreadClient
 - #to_s — DEBUGGER__::Tracer
 - #traceable_lines_norec — RubyVM::InstructionSequence
 - #traceable_lines_rec — RubyVM::InstructionSequence
 - #trap — DEBUGGER__::TrapInterceptor
 - #truncate — DEBUGGER__::ThreadClient
 - #try_activate — DEBUGGER__::LineBreakpoint
 - #try_enable — DEBUGGER__::MethodBreakpoint
 - #trylock — DEBUGGER__::ProcessGroup
 - #trylock — DEBUGGER__::MultiProcessGroup
 - #type — RubyVM::InstructionSequence
 - #unlock — DEBUGGER__::ProcessGroup
 - #unlock — DEBUGGER__::MultiProcessGroup
 - #update — DEBUGGER__::Config
 - #update_thread_list — DEBUGGER__::Session
 - #variable — DEBUGGER__::ThreadClient
 - #variable_ — DEBUGGER__::ThreadClient
 - #vscode_setup — DEBUGGER__::UI_UnixDomainServer
 - #wait_command — DEBUGGER__::Session
 - #wait_command_loop — DEBUGGER__::Session
 - #wait_next_action — DEBUGGER__::ThreadClient
 - #wait_next_action_ — DEBUGGER__::ThreadClient
 - #wait_reply — DEBUGGER__::ThreadClient
 - #waiting? — DEBUGGER__::ThreadClient
 - #waiting_thread_clients — DEBUGGER__::Session
 - #watch_eval — DEBUGGER__::WatchIVarBreakpoint
 - #width — DEBUGGER__::UI_LocalConsole
 - #width — DEBUGGER__::UI_ServerBase
 - #width — DEBUGGER__::Session
 - #with_inspection_error_guard — DEBUGGER__::Color