You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is acknowledge, but the fix is pending to the second release.
The reason behinds the behavior observed is that internally async/generator methods are transformed into anonymous internal class, but debug information (file/line-number) is not preserved. Will fix it after I released a first future-complete build.
Regardless of my brave release numbering, the project still has issues with scheduler resolvers (already addressed, to be released shortly), lack of documentation and missing Gradle plugin (even orthodoxic me use Gradle more often than Maven nowadays). These are what to be addressed first.
What is implemented currently for debugging is a blind copying of source-file-name/line-number from the source file to the generated ones (in bytecode, i.e. ".class" form). I saw that it worked in some my tests, though, no deep analysis/impl. was performed for the issue.
My apologizes with a delayed fix, but the issue is still "alive"
when i use intellij idea run the examples provided, it seems the breakpoint cannot be hit
The text was updated successfully, but these errors were encountered: