Hacker News new | ask | show | jobs
by optimali2 1882 days ago
This is good advice. I'm an elisp novice but I've found setting breakpoints using edebug (edebug-set-breakpoint) and then evaluating and traversing the code (edebug-eval-expression) to be very helpful in making the code more tangible (and obviously in debugging :)).
1 comments

Good call! Will play around with this.