Debugger, BE: Provide Java-like stepping for 'for' loops

- Visit '}' instead of 'for' keyword on post-condition
- Visit 'for' keyword on pre-condition
This commit is contained in:
Yan Zhulanow
2019-11-29 18:55:33 +09:00
parent 8b17718086
commit f115bde682
11 changed files with 46 additions and 13 deletions
@@ -15,4 +15,4 @@ fun main(args: Array<String>) {
val z = 1
}
// STEP_INTO: 14
// STEP_INTO: 17