Stepper is not as good as in Emacs

Bug #2065041 reported by Charles
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SBCL
New
Undecided
Unassigned

Bug Description

Consider the function

(defun test (x)
  (let ((y (+ x x)))
    (if (zerop (+ y y))
        y
        (* x y))))

When you compile this function in elisp with Edebug and press N (for next form), all results are shown and the cursor moves to the correct subform.

In sbcl we have nothing comparable.

Ranting talk by Andrea Corallo at els24.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.