I have an eclipse plain javafx project which depen...
# tornadofx
g
I have an eclipse plain javafx project which depends on a kotlin (tornadofx) project (separate maven builds). Should I be able to debug from eclipse (i.e. step into the kotlin code)? I've installed the Kotlin eclipse plugin.
Well I can step into the code but don't seem to be able to breakpoint it. I'll ask further on the eclipse channel if nobody here has any experience with it...
r
Sorry, I haven't used eclipse in almost a decade.
e
I remember such issues with the Eclipse debugger in plain Java code back in the day. It wouldn't surprise me if the Eclipse debugger for Kotlin isn't mature enough to support this in every situation yet.