class DEBUGGER__::Session

def process_info

def process_info
  if @process_group.multi?
    "#{$0}\##{Process.pid}"
  end
end