-
Notifications
You must be signed in to change notification settings - Fork 356
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
协程coroutine.wrap()创建,断点断不住 #151
Comments
Debug下钩子需要传thread,coroutine.wrap()方式创建的协程如何去拿thread? |
我最近查了一下,这里确实没还有想到好的处理办法,有空的时候我再研究下 |
遇到了一样的问题,现在有解决方案了吗? |
Xlua 的协程就是因为这个问题无法用 luaPanda 断点,试着用 coroutine.resume 替换 coroutine.wrap 解决了 local generator_mt = { |
看了一下源码,只处理了coroutine.create(),没有处理coroutine.wrap(),这个如何更好的处理?
The text was updated successfully, but these errors were encountered: