DEBUGGER-START-NEW-SCREEN? is now default true for all systems.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Nov 1994 19:36:59 +0000 (19:36 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 2 Nov 1994 19:36:59 +0000 (19:36 +0000)
(This does the right thing for consoles, Xterms and Win32 screens.)

v7/src/edwin/debug.scm

index 48049202efcd978e2cb8efdea46dd34def9d8fe9..79f8b75b65d89d16e5be8dbc5fb8deaf140ebbd7 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: debug.scm,v 1.32 1994/10/25 01:46:12 adams Exp $
+;;;    $Id: debug.scm,v 1.33 1994/11/02 19:36:59 adams Exp $
 ;;;
 ;;;    Copyright (c) 1992-94 Massachusetts Institute of Technology
 ;;;
@@ -903,9 +903,7 @@ Set this variable to #F to disable this abbreviation."
   "#T means start a new-screen whenever the debugger is invoked.
 #F means continue in same screen.
 'ASK means ask user whether to start new-screen."
-  (if (equal? microcode-id/operating-system-name "unix")
-      #T
-      #F)
+  #T
   boolean-or-ask?)
 \f
 (define-variable debugger-hide-system-code?