我有一个基于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.

我该怎么办?

最佳答案

我刚刚发现,实际上我有一个Kotlin代码,但是没有编写任何内容来访问它。警告消息误导了我,否则对我来说识别问题可能更快。

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

希望这可以帮助其他人节省一些时间。

08-27 03:57