refactor(library/debugger): move debugger to tools

This commit is contained in:
Leonardo de Moura 2016-12-17 10:50:13 -08:00
parent 63ec7cd6cf
commit 305838bece
4 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1,4 +1,4 @@
import debugger
import tools.debugger
set_option debugger true
set_option debugger.autorun true