The currently selected Java debugger does not support breakpoints like "Kotlin Line Breakpoints"

I have a Java based project. I added my first Kotlin class. I put a breakpoint and got the following message.

The currently selected Java debugger doesn't support breakpoints 
of type 'Kotlin Line Breakpoints'. As a result, these breakpoints 
will not be hit. The debugger selection can be modified in the run 
configuration dialog.

      

What should I do?

+3


source to share


1 answer


I just found out, I actually have Kotlin's code, but he didn't write anything to access it. The error message was misleading, otherwise it would be easier for me to identify the problem.

So it has nothing to do with Java debugger doesn't support breakpoints of type...

. It's just not available code.



Hope this helps others to save time.

+1


source







All Articles