class DEBUGGER__::ThreadClient

def name

def name
  "##{@id} #{@thread.name || @thread.backtrace.last}"
end