ecl-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-2.7f90b4a
- 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 ecl-trivial-backtrace
as follows:
guix install ecl-trivial-backtrace
Or install a particular version:
guix install ecl-trivial-backtrace@1.1.0-2.7f90b4a
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.
Badge code
You can use the following badge to inform users of ecl-trivial-backtrace about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/ecl-trivial-backtrace'><img src='https://packages.guix.gnu.org/packages/ecl-trivial-backtrace/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/ecl-trivial-backtrace)
Example Org:
[[https://packages.guix.gnu.org/packages/ecl-trivial-backtrace][https://packages.guix.gnu.org/packages/ecl-trivial-backtrace/badges/latest-version.svg]]