Move debugger test data to the new location
This commit is contained in:
Vendored
+16
@@ -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
|
||||
Reference in New Issue
Block a user