Files
openide/java/debugger
Vladimir Parfinenko 17d72ee9e9 [debugger] method breakpoint enhancements, IDEA-192358
* entry breakpoints don't fetch line number information (so it becomes faster)
* entry breakpoints put on first instruction rather than first source line (more like non-emulated ones, e.g. method breakpoint would be hit before Kotlin's null-checks are executed)
* exit breakpoints put on return instructions rather than lines with return instructions (one line `if (false) return` would be skipped, IDEA-192358)

^IDEA-192358 fixed

GitOrigin-RevId: f8fb0aa40a88a1e3eefbcfcaf19ed64f63cf4249
2023-06-21 13:02:32 +00:00
..