How to "single-step" in slime+emacs
- From: Mirko.Vukovic@xxxxxxxxx
- Date: Wed, 28 May 2008 07:38:03 -0700 (PDT)
Hello,
(using :editor emacs :editor-package slime :lisp sbcl :platform
linux).
(Consider :following-code)
(declaim (optimize (safety 3)) (optimize (debug 3)) (optimize (speed
0)))
(defun callee (arg1 arg2 arg3)
(let ((combo (+ arg1 arg2 arg3)))
(break "first")
(sin (* pi combo))
(break "second ~f" combo)))
(defun caller ()
(callee 1 2 3))
(sheepishly), How can I step from caller into callee? I've been
trying to figure it out and read up on it, but to no avail.
(The break statements are from other experiments that eliminated some
other silly questions)
Thank you,
Mirko
.
- Follow-Ups:
- Re: How to "single-step" in slime+emacs
- From: Juho Snellman
- Re: How to "single-step" in slime+emacs
- From: Pascal J. Bourguignon
- Re: How to "single-step" in slime+emacs
- Prev by Date: Re: Cells compared to Flow-Based Programming
- Next by Date: Re: Cells compared to Flow-Based Programming
- Previous by thread: Reminder: Lisp meeting today evening at freiheit.com in Hamburg
- Next by thread: Re: How to "single-step" in slime+emacs
- Index(es):