Please tell me how to use the debugger for common lisp.

Asked 2 years ago, Updated 2 years ago, 91 views

Environment
linux(ubuntu)
slime (SBCL) on emacs on roswell

In Japanese books, how to use debugger is rarely written, or a minor processing system is used, so where should I look at the English page?(I don't understand the slime formula.)

Do you have any web or books with detailed explanations?
Even if it's not slime, we'd welcome it if it's helpful, such as how to use CLISP or SBCL debugger.

It's self-less, but

https://malisper.me/category/debugging-common-lisp/
I thought this place looked good.

In the book Common Lisp Recipes, there was a useful chapter.

common-lisp

2022-09-29 21:53

1 Answers

As already mentioned in the literature, Debugging Lisp has a Japanese translation that explains both interactive and non-interactive usage.
I think it is very useful because it covers the range of everyday use.
https://glider-gun.github.io/blog/2015/12/19/debugging-lisp-part-1-zai-konpairu/

Also, in Common Lisp, the debugger is positioned as one of the tools that makes up the condition system, but a book on the theme of the condition system has been published.

"However, my personal opinion is that this book is based on the ""make and learn"" explanation that is common in Lisp-related books, so I thought it was not a specific explanation of how to use the tool, but a way to learn the concept of a condition system."


2022-09-29 21:53

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.