mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-02-05 08:06:56 +07:00
* 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