skeeto / emacs-aio

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

edebug support? #24

Closed Silex closed 2 years ago

Silex commented 2 years ago

Hello,

Thanks for this package, it makes emacs async sane.

Is there a way to use edebug tho? All my attempts seems to fail, even when explicitely writing (edebug) in my forms.

Silex commented 2 years ago

Well, for some reasons now it all works :exploding_head:

mooseyboots commented 1 year ago

@Silex i'm also unable to use edebug with aio, know what you did? evaluating my aio-defuns also returns t, not sure if related...

Silex commented 1 year ago

@mooseyboots no I don't know what I did, but in any case it's normal they return t I think because of how aio works.