Replies: 2 comments
-
We've figured this out as proof-of-concept, but haven't finished anything to do it. You need to configure the CI builds to have a know base path, then remap locally. We struggled to find a good use case, but yours may be. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@kpgalligan Do you think I can help you somehow? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @kpgalligan , just wanted to know if there is an update about the last message you added here:
#31
I'm looking for a way to debug code compiled in our CI mainly, and also I'm interested in a more specific use case:
I have a multiplatform container module that embeds some other multiplatform modules from maven. The container module doesn't have any code inside, it just exports its dependencies, as described here.
This means that even if I build the container module locally, it's impossible for the debugger to see the code, since it isn't actually part of the container module project.
Beta Was this translation helpful? Give feedback.
All reactions