LispWorks Release Notes and Installation Guide > 13 Release Notes > 13.6 More new features

NextPrevUpTopContentsIndex

13.6.6 Debugger wrapper

The new macro dbg:with-debugger-wrapper executes code with a specified function bound as a "debugger wrapper" which takes effect if the code gets an error and tries to invoke the debugger.

Your wrapper function can do whatever is needed, such as locking entry to the debugger in order to prevent multiple processes entering the debugger at once.


LispWorks Release Notes and Installation Guide - 21 Dec 2009

NextPrevUpTopContentsIndex