vindarel / lisp-journey

Discovering the Common Lisp ecosystem. https://lisp-journey.gitlab.io/
2 stars 0 forks source link

blog/debugging-in-common-lisp/ #3

Open utterances-bot opened 5 years ago

utterances-bot commented 5 years ago

Debugging in Common Lisp - Lisp journey

You entered this new world of Lisp and now wonder: how can we debug what’s going on ? How is it more interactive than in other platforms ? What does bring the interactive debugger appart from stacktraces ?note: this tutorial is available on the Common Lisp Cookbook and it will receive updates there.If you want step-by-step examples of interactive debugging with nice screenshots and gifs, see the blog posts in the References section below.

https://lisp-journey.gitlab.io/blog/debugging-in-common-lisp/

vindarel commented 5 years ago

This post is already incomplete ! I just added a "remote debugging" section in the Cookbook: https://lispcookbook.github.io/cl-cookbook/debugging.html#remote-debugging