当你在MIT方案的错误它不会告诉你哪里出现了错误。 例如,它只是打印这样的:
;Unbound variable: top-left
;To continue, call RESTART with an option number:
; (RESTART 3) => Specify a value to use instead of top-left.
; (RESTART 2) => Define top-left to a given value.
; (RESTART 1) => Return to read-eval-print level 1.
如何寻找到在我的代码发生这个错误?