skeeto / emacs-aio

async/await for Emacs Lisp
The Unlicense
218 stars 12 forks source link

how to use with edebug #30

Open mooseyboots opened 1 year ago

mooseyboots commented 1 year ago

when i write aio functions, edebug doesn't work with them. it doesn't error when instrumenting them, but when the code runs, edebug doesn't run.

has anyone solved this issue and can explain how to fix?

justinbarclay commented 1 year ago

I've run into this issue as well, I've had to add aio-wait-for into functions, then make then defun to debug them.