| Paste number 1322: | Araneida/Slime integration |
| Pasted by: | Baughn |
| 3 years, 10 months ago | |
| #lisp | Context in IRC logs | |
| Paste contents: |
| To make Araneida use the Slime debugger, use the following code: (setf araneida:*restart-on-handler-errors* (lambda (foo) (swank:swank-debugger-hook foo nil))) Caveat emptor: - I've only tested this from the slime-repl. You can set the variable at any time, though. - I have no idea what will happen if you disconnect slime without resetting it. - It's generally not very well tested. |
Annotations for this paste:
| Annotation number 1: | Testing, testing... |
| Pasted by: | Baughn |
| 3 years, 10 months ago | |
| Context in IRC logs | |
| Paste contents: |
| Disconnecting Slime doesn't break it, as such; it reverts to debugging on the console. |