fix(library/init/breakpoint): missing file

This commit is contained in:
Leonardo de Moura 2016-11-16 15:16:50 -08:00
parent 47cd475052
commit 146cefa05d

View file

@ -0,0 +1,17 @@
/-
Copyright (c) 2016 Microsoft Corporation. All rights reserved.
Released under Apache 2.0 license as described in the file LICENSE.
Authors: Leonardo de Moura
-/
prelude
import init.meta.attribute init.meta.constructor_tactic
namespace debugger
def attr : user_attribute :=
{ name := `breakpoint,
descr := "breakpoint for debugger" }
end debugger
run_command attribute.register `debugger.attr