class DEBUGGER__::Session

def rehash_bps

def rehash_bps
  bps = @bps.values
  @bps.clear
  bps.each{|bp|
    add_bp bp
  }
end