class DEBUGGER__::CheckBreakpoint

def initialize cond:, command: nil, path: nil

def initialize cond:, command: nil, path: nil
  @key = [:check, cond].freeze
  super(cond, command, path)
end