-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to debug iter2 code not working correctly? #3
Comments
Make the output of this much easier to read for complex functions. See doublep#3
Sorry, I'm a bit rusty with this, haven't used in a long time. I use it in a private project, but haven't had to debug it since years. So, you need to investigate yourself. At least some time ago it used to work nicely under Edebug. E.g. set some breakpoints and try If you discover that |
As part of kidd/org-gcal.el#160, I'm working on some code that uses
iter2
(via a library https://github.com/skeeto/emacs-aio that I ported to useiter2
instead ofiter
). I'm having some issues with my code, though. Namely, the loop that I've linked seems to somehow yield early, so that only the first entry inorg-gcal-fetch-file-alist
is actually processed. What would be the best way to debug the code to see where exactly I'm running into an issue? I know aboutiter2-generate-tracing-functions
, but I'm unsure how exactly to interpret the output of this.The text was updated successfully, but these errors were encountered: