Debugging improved, patch supplied by Andrey Moskvitin.
commitae61395552d6f48f1cbcc56c85e7b2ef1a392d3f
authorHans Hübner <hans.huebner@gmail.com>
Sun, 7 Mar 2010 09:16:10 +0000 (7 09:16 +0000)
committerHans Hübner <hans.huebner@gmail.com>
Sun, 7 Mar 2010 09:16:10 +0000 (7 09:16 +0000)
treec8deaa8f94495635c1120fa14792d7695635b6e8
parentb901989f2931668306dc3866683d5ee92f0af584
Debugging improved, patch supplied by Andrey Moskvitin.

Introduces a new parameter:

(defparameter *max-debugging-threads* 5
  "Maximum number of simultaneous active calls invoke-debuger")

This can be used to limit the number of debuggers that can be opened
at once.
conditions.lisp
packages.lisp
specials.lisp