Exported variables *use-block-starts-only* and *print-code-location-kind*
which control the verbosity of LIST-LOCATIONS. Imroved source file organization. Changed PRINT-FRAME-CALL to print the source if verbosity >= 2 and the source is available. Removed mentions of *current-code-location*, which was only set, never read. Changed source location printing to cache information so that it is much faster when many locations in the same function are printed. The source file is now only printed when the file changes from one printing to the next. The format of LIST-LOCATIONS is now more readable. The number: comes before the form, and consecutive locations with the same souce print as ranges, not as multiple lines. Changes really by hallgren: Added vars/structures/code for breakpoints and steps. Added debugger commands BREAKPOINTS, SBREAKPOINT, RBREAPOINT, LBREAKPOINTS, and STEP. Changed PRINT-FRAME-CALL to print the frame number for use in backtrace. Changed VPRINT and BACKTRACE to call PRINT-FRAME-CALL correctly. Updated the help string for breakpoints and steps.
Loading
Please register or sign in to comment