class DEBUGGER__::LimitedPP

def initialize max

def initialize max
  @max = max
  @cnt = 0
  @buf = String.new
end