当前选定的Java调试器不支持“Kotlin Line Breakpoints”类型的断点

时间:2017-06-01 03:43:59

标签: android android-studio intellij-idea kotlin

我有一个基于Java的项目。我添加了我的第一个Kotlin课程。我提出了一个断点并得到了以下信息。

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.

我该怎么办?

1 个答案:

答案 0 :(得分:1)

我刚刚发现,实际上我有一个Kotlin代码,但没有写任何东西来访问它。我被警告信息误导了,否则我可能会更快地识别问题。

所以这与Java debugger doesn't support breakpoints of type...完全无关。它只是无法访问的代码。

希望这有助于他人节省一些时间。