D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
gems
/
gems
/
debug-1.11.0
/
lib
/
debug
/
Filename :
open.rb
back
Copy
# frozen_string_literal: true # # Open the door for the debugger to connect. # Users can connect to debuggee program with "rdbg --attach" option. # # 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