sbcl-trivial-backtrace
Portable simple API to work with backtraces in Common Lisp
One of the many things that didn't quite get into the Common Lisp standard was how to get a Lisp to output its call stack when something has gone wrong. As such, each Lisp has developed its own notion of what to display, how to display it, and what sort of arguments can be used to customize it. trivial-backtrace
is a simple solution to generating a backtrace portably.
- Versions: 1.1.0-1.6eb65bd
- Website: https://common-lisp.net/project/trivial-backtrace/
- Licenses: Expat
- Package source: gnu/packages/lisp-xyz.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of sbcl-trivial-backtrace
as follows:
guix install sbcl-trivial-backtrace
Or install a particular version:
guix install sbcl-trivial-backtrace@1.1.0-1.6eb65bd
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.