Debugger: Rewrite step over action (KT-14296)
The main goal is to make behavior similar to what happens in Java. For instance, now we always skip lambdas. Also, we can reliably use '$i$f' and '$i$a' synthetic local variables. There is no need in complicated hacks any more.
This commit is contained in:
-1
@@ -2,7 +2,6 @@ LineBreakpoint created at soInlineFunOnOneLineFor.kt:17
|
||||
Run Java
|
||||
Connected to the target VM
|
||||
soInlineFunOnOneLineFor.kt:17
|
||||
soInlineFunOnOneLineFor.kt:18
|
||||
soInlineFunOnOneLineFor.kt:8
|
||||
soInlineFunOnOneLineFor.kt:9
|
||||
Disconnected from the target VM
|
||||
|
||||
Reference in New Issue
Block a user