Open mooseyboots opened 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?
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.
aio-wait-for
defun
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?