;;; -*- Mode:gate; Fonts:(CPTFONTB) -*- =Node: Errors and Debugging =Script: @ (DEBUGGING-1)Introduction @ (DEBUGGING-1)Conditions @ (DEBUGGING-1)Handling Conditions @ (DEBUGGING-1)Standard Condition Flavors @ (DEBUGGING-2)Condition Operations @ (DEBUGGING-2) Condition Operations for the Debugger @ (DEBUGGING-2)Signaling Conditions @ (DEBUGGING-2) Convenience Functions for Signaling @ (DEBUGGING-2) Creating Condition Instances @ (DEBUGGING-2) Signaling a Condition Instance @ (DEBUGGING-3)Proceeding @ (DEBUGGING-3) Proceeding and the Debugger @ (DEBUGGING-3) How Signalers Provide Proceed Types @ (DEBUGGING-3) Nonlocal Proceed Types @ (DEBUGGING-4)The Debugger @ (DEBUGGING-4) Entering the debugger @ (DEBUGGING-4) How to Use the Debugger @ (DEBUGGING-4) Debugger Commands @ (DEBUGGING-4) Summary of Commands @ (DEBUGGING-4) Deexposed Windows and Background Processes @ (DEBUGGING-4) Debugging after a Warm Boot @ (DEBUGGING-5)Tracing Function Execution @ (DEBUGGING-5)Breakon @ (DEBUGGING-5)Advising a Function @ (DEBUGGING-5) Designing the Advice @ (DEBUGGING-5) :around Advice @ (DEBUGGING-5) Advising One Function Within Another @ (DEBUGGING-6)Stepping Through an Evaluation @ (DEBUGGING-6)Evalhook @ (DEBUGGING-6)The MAR