refactor(library/debugger): move debugger to tools
This commit is contained in:
parent
63ec7cd6cf
commit
305838bece
4 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ Authors: Leonardo de Moura
|
|||
|
||||
Simple command line interface for debugging Lean programs and tactics.
|
||||
-/
|
||||
import debugger.util
|
||||
import tools.debugger.util
|
||||
|
||||
namespace debugger
|
||||
|
||||
|
|
@ -3,4 +3,4 @@ Copyright (c) 2016 Microsoft Corporation. All rights reserved.
|
|||
Released under Apache 2.0 license as described in the file LICENSE.
|
||||
Authors: Leonardo de Moura
|
||||
-/
|
||||
import debugger.util debugger.cli
|
||||
import tools.debugger.util tools.debugger.cli
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
import debugger
|
||||
import tools.debugger
|
||||
|
||||
set_option debugger true
|
||||
set_option debugger.autorun true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue