summaryrefslogtreecommitdiffstats
path: root/stdlib/debugger.tl
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/debugger.tl')
-rw-r--r--stdlib/debugger.tl1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/debugger.tl b/stdlib/debugger.tl
index c3ca1cd4..af17560e 100644
--- a/stdlib/debugger.tl
+++ b/stdlib/debugger.tl
@@ -24,6 +24,7 @@
;; CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
;; ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
;; POSSIBILITY OF SUCH DAMAGE.
+
(defmacro with-disabled-debugging (. forms)
(let ((state (gensym)))
^(let ((,state (dbg-clear dbg-all)))