Open
Description
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 use iter2
instead of iter
). 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 in org-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 about iter2-generate-tracing-functions
, but I'm unsure how exactly to interpret the output of this.