Allegro Common Lisp 9.0で関数を呼び出すと(read)
、デバッグウィンドウが「壊れます」(これ以上明確な用語は考えられません。申し訳ありません):マウスが回転する青い死の輪になり、ウィンドウは新しい入力の評価を拒否します、まだ入力できますが。IDEの他の部分は影響を受けません。画面は次のようになります。
International Allegro CL Free Express Edition
9.0 [Windows] (Jan 8, 2013 8:45)
Copyright (C) 1985-2012, Franz Inc., Oakland, CA, USA. All Rights Reserved.
This development copy of Allegro CL is licensed to:
Allegro CL 9.0 Express user
CG version 9.0 / IDE version 9.0
Loaded options from C:\Users\Noah Dove\Documents\allegro-prefs-9-0-express.cl.
;; Optimization settings: safety 1, space 1, speed 1, debug 2.
;; For a complete description of all compiler switches given the current
;; optimization settings evaluate (EXPLAIN-COMPILER-SETTINGS).
[changing package from "COMMON-LISP-USER" to "COMMON-GRAPHICS-USER"]
CG-USER(1): (read) ; <--- causes window to malfunction.
; any further input is not evaluated.
ウィンドウの下部にあるステータステキストが表示されたままになっています。
"reading and evaluating 'read'..."
何が起こっているのか分かりますか?私がやろうとしているのは、基本的なコンソールIOだけです。