文件操作 - open_nonstop.rb
返回文件管理
返回主菜单
删除本文件
文件: /opt/puppetlabs/puppet/lib/ruby/gems/3.2.0/gems/debug-1.7.1/lib/debug/open_nonstop.rb
编辑文件内容
# 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)
修改文件时间
将文件时间修改为当前时间的前一年
删除文件