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.
gtnarg
10/13/2017, 5:04 PM
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
Ruckus
10/13/2017, 5:24 PM
Sorry, I haven't used eclipse in almost a decade.
e
edvin
10/13/2017, 5:31 PM
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.