I suggest the word "exception" be used instead of "condition" (in the two spots the debugger says the word) because non-condition objects can be raised:
(raise "not a condition")
Condition trapped by debugger.
Non-condition object: "not a condition"
[t] Trace. [r] Reraise condition. [c] Continue. [q] Quit. [?] Help.
I suggest the word "exception" be used instead of "condition" (in the two spots the debugger says the word) because non-condition objects can be raised:
Launchpad Details: #LP382103 Derick Eddington - 2009-05-31 05:44:58 -0400