The trivial-custom-debugger Reference Manual

This is the trivial-custom-debugger Reference Manual, version 1.0.0, generated automatically by Declt version 4.0 beta 2 "William Riker" on Mon Feb 26 18:07:09 2024 GMT+0.

Table of Contents


1 Introduction


2 Systems

The main system appears first, followed by any subsystem dependency.


2.1 trivial-custom-debugger

Allows arbitrary functions to become the standard Lisp debugger

Author

Michał "phoe" Herda <>

License

MIT

Version

1.0.0

Source

trivial-custom-debugger.asd.

Child Component

trivial-custom-debugger.lisp (file).


3 Files

Files are sorted by type and then listed depth-first from the systems components trees.


3.1 Lisp


3.1.1 trivial-custom-debugger/trivial-custom-debugger.asd

Source

trivial-custom-debugger.asd.

Parent Component

trivial-custom-debugger (system).

ASDF Systems

trivial-custom-debugger.


3.1.2 trivial-custom-debugger/trivial-custom-debugger.lisp

Source

trivial-custom-debugger.asd.

Parent Component

trivial-custom-debugger (system).

Packages

trivial-custom-debugger.

Public Interface

4 Packages

Packages are listed by definition order.


4.1 trivial-custom-debugger

Source

trivial-custom-debugger.lisp.

Use List

common-lisp.

Public Interface

5 Definitions

Definitions are sorted by export status, category, package, and then by lexicographic order.


5.1 Public Interface


5.1.1 Macros

Macro: with-debugger ((hook) &body body)

Executes the provided forms in the dynamic environment where the provided hook function is set to be the system debugger.

Package

trivial-custom-debugger.

Source

trivial-custom-debugger.lisp.


5.1.2 Ordinary functions

Function: call-with-debugger (hook thunk)

Calls the provided thunk function in the dynamic environment where the provided hook function is set to be the system debugger.

Package

trivial-custom-debugger.

Source

trivial-custom-debugger.lisp.

Function: install-debugger (hook)

Sets the provided debugger hook function as the system debugger function.

Package

trivial-custom-debugger.

Source

trivial-custom-debugger.lisp.


Appendix A Indexes


A.1 Concepts


A.3 Variables