module DEBUGGER__::UI_CDP
def cleanup_reader
def cleanup_reader super Process.kill :KILL, @chrome_pid if @chrome_pid rescue Errno::ESRCH # continue if @chrome_pid process is not found end
def cleanup_reader super Process.kill :KILL, @chrome_pid if @chrome_pid rescue Errno::ESRCH # continue if @chrome_pid process is not found end