-
I am trying to debug tests from https://github.com/akuleshov7/ktoml/pull/125/files but do not know how to debug core logic (from kotlin.serialization compiler plugin) in IDEA.
@bishiboosh @Peanuuutz may be you had some experience with that? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Well...talk about what is concerned? |
Beta Was this translation helpful? Give feedback.
-
(I took the initiative to move that to a discussion in order not to introduce an issue where there is not really one) I found that https://github.com/Foso/MpApt/wiki/How-to-debug-Kotlin-Compiler-Plugin#kotlin-jvmjs, maybe that could help you ? |
Beta Was this translation helpful? Give feedback.
-
@bishiboosh FYI: Leonid, an author of kotlinx.serialization has given an awesome answer here At least this can help. This is how primitive decoding look like, I love this code. Finally I have understood the logic of generated code:
|
Beta Was this translation helpful? Give feedback.
@bishiboosh FYI: Leonid, an author of kotlinx.serialization has given an awesome answer here
At least this can help. This is how primitive decoding look like, I love this code. Finally I have understood the logic of generated code: