I have a kotlin component built and deployed with ...
# eclipse
g
I have a kotlin component built and deployed with maven. When I reuse that component (ie., maven dependency) in a plain java project from eclipse, with the kotlin maven plugin installed - should I be able to debug the kotlin code (i.e. set breakpoints etc)? Currently, I can step into the code, but am not able to set any breakpoints.