Sha256: 8a2b708bc4374a2028cd06fc092571c17e40315fc5402b7911bde90ba8ce9bb7
Contents?: true
Size: 449 Bytes
Versions: 45
Compression:
Stored size: 449 Bytes
Contents
# 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)
Version data entries
45 entries across 43 versions & 6 rubygems