mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-23 20:05:32 +02:00
gut ice-9 debug
* module/ice-9/debug.scm: Gut, though we keep the module around for code Out There that uses it. * module/ice-9/top-repl.scm (top-repl): Don't import (ice-9 debug) * module/ice-9/debugger/commands.scm: * module/ice-9/debugging/trace.scm: * module/ice-9/emacs.scm: Remove ice-9 debug includes.
This commit is contained in:
parent
21476d8472
commit
cd8e32c5cd
5 changed files with 5 additions and 121 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; (ice-9 debugging trace) -- breakpoint trace behaviour
|
||||
|
||||
;;; Copyright (C) 2002 Free Software Foundation, Inc.
|
||||
;;; Copyright (C) 2002, 2010 Free Software Foundation, Inc.
|
||||
;;;
|
||||
;;;; This library is free software; you can redistribute it and/or
|
||||
;;;; modify it under the terms of the GNU Lesser General Public
|
||||
|
@ -17,7 +17,6 @@
|
|||
;;;; Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
(define-module (ice-9 debugging trace)
|
||||
#:use-module (ice-9 debug)
|
||||
#:use-module (ice-9 debugger)
|
||||
#:use-module (ice-9 debugger utils)
|
||||
#:use-module (ice-9 debugging steps)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue