来自 Steel Bank Common Lisp & 的最大调试信息粘液
初始化 Lisp 会话(我使用 Slime 和 sbcl)以便始终使用最大量的调试信息来编译函数的最佳方法是什么?
What's the best way to initialise a Lisp session (I'm using Slime and sbcl) such that functions are always compiled with the maximum amount of debug information?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
repl 或 .sbclrc 中的
(sb-ext:restrict-compiler-policy 'debug 3)
会执行此操作。(sb-ext:restrict-compiler-policy 'debug 3)
in the repl or your .sbclrc will do it.