fix(library/init/breakpoint): missing file
This commit is contained in:
parent
47cd475052
commit
146cefa05d
1 changed files with 17 additions and 0 deletions
17
library/init/breakpoint.lean
Normal file
17
library/init/breakpoint.lean
Normal 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
|
||||
Loading…
Add table
Reference in a new issue