PATH:
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
debug-1.11.0
/
lib
/
debug
# frozen_string_literal: true # # Open the door for the debugger to connect. # Unlike debug/open, it does not stop at the beginning of the program. # Users can connect to debuggee program with "rdbg --attach" option or # VSCode attach type. # # If RUBY_DEBUG_PORT envval is provided (digits), open TCP/IP port. # Otherwise, UNIX domain socket is used. # require_relative 'session' return unless defined?(DEBUGGER__) DEBUGGER__.open(nonstop: true)
[-] config.rb
[edit]
[-] server.rb
[edit]
[-] client.rb
[edit]
[-] server_dap.rb
[edit]
[-] server_cdp.rb
[edit]
[+]
dap_custom
[-] frame_info.rb
[edit]
[-] local.rb
[edit]
[-] version.rb
[edit]
[-] console.rb
[edit]
[-] color.rb
[edit]
[-] open_nonstop.rb
[edit]
[-] thread_client.rb
[edit]
[-] session.rb
[edit]
[+]
..
[-] abbrev_command.rb
[edit]
[-] start.rb
[edit]
[-] open.rb
[edit]
[-] breakpoint.rb
[edit]
[-] irb_integration.rb
[edit]
[-] source_repository.rb
[edit]
[-] prelude.rb
[edit]
[-] tracer.rb
[edit]