Hi, Currently it's not possible to edebug (defun foo (z) (destructuring-bind (x . y) z (+ x y))) I attach a small patch to fix this.