module DEBUGGER__

def self.commands

def self.commands
  (defined?(@commands) && @commands) || (parse_help; @commands)
end