From c28ba3c7207b68800d9743257b354ae48dc11a2b Mon Sep 17 00:00:00 2001 From: wlott <wlott> Date: Sat, 15 Dec 1990 14:12:33 +0000 Subject: [PATCH] Fixed the debugger problems caused by missing force-outputs. --- general-info/bugs.txt | 9 --------- 1 file changed, 9 deletions(-) diff --git a/general-info/bugs.txt b/general-info/bugs.txt index c753ed9d5..e1b4a1a11 100644 --- a/general-info/bugs.txt +++ b/general-info/bugs.txt @@ -7,15 +7,6 @@ The results of (machine-type) are not machine-type specific. - -;;;; Debugger - -The debugger ``h'' command requires two returns before it will display any -output. - -The debugger ``f'' command does not force-output the ``frame:'' prompt. - - ;;;; Garbage Collector -- GitLab