Move debugger test data to the new location

This commit is contained in:
Yan Zhulanow
2019-09-27 00:13:53 +09:00
parent b4cc5703de
commit d8d81c51d7
1423 changed files with 0 additions and 0 deletions
@@ -0,0 +1,16 @@
LineBreakpoint created at frameInnerClass.kt:17
Run Java
Connected to the target VM
frameInnerClass.kt:17
Compile bytecode for prop1
Compile bytecode for prop2
Compile bytecode for myFun1()
Compile bytecode for myFun2()
frame = test:17, A$Inner {frameInnerClass}
this = this = {frameInnerClass.A$Inner@uniqueID}
field = prop2: int = 1 (sp = frameInnerClass.kt, 12)
field = this$0: frameInnerClass.A = {frameInnerClass.A@uniqueID} (sp = null)
field = prop1: int = 1 (sp = frameInnerClass.kt, 8)
Disconnected from the target VM
Process finished with exit code 0