5

There's an app written in Java & Kotlin. I'm running that in debug mode. The debugger gets attached correctly. If my breakpoint is set in Java code it's hit but any breakpoint in Kotlin code isn't. Why is that? How to make it work in IntelliJ?

Both types of sources reside in src/main.

Actually there is an answser to this question at StackOverflow. This might be marked as a duplicate of Intellij IDEA debugger not working on Gradle Vert.X project

kboom
  • 2,279
  • 3
  • 28
  • 43
  • Please show your code or even better provide simple project where it's reproduced for you. – bashor Aug 01 '17 at 19:10
  • Also make sure that your codebase is in sync with what you are debugging and if you are using lambdas (often confusing when multiple scope layers are on a single line) that you configure the break point to something inside the lambda. – Ryba Aug 02 '17 at 15:58

0 Answers0