summaryrefslogtreecommitdiff
path: root/plugins/kotlin/jvm-debugger/test/testData/evaluation/multipleBreakpoints/inlineStackTraceWithApply.out
blob: 6a49263aacaa225b860b2f4b78c22797562de553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
LineBreakpoint created at inlineStackTraceWithApply.kt:8
LineBreakpoint created at inlineStackTraceWithApply.kt:14
LineBreakpoint created at inlineStackTraceWithApply.kt:21
Run Java
Connected to the target VM
inlineStackTraceWithApply.kt:21
Compile bytecode for x1
InlineStackFrame lambda 'apply' in 'main' (inlineStackTraceWithApply.kt:21)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x1: int = 1 (inlineStackTraceWithApply.kt:19)
KotlinStackFrameWithProvidedVariables (inlineStackTraceWithApply.kt:18)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
inlineStackTraceWithApply.kt:8
Compile bytecode for x2
InlineStackFrame body (inlineStackTraceWithApply.kt:8)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x2: int = 2 (inlineStackTraceWithApply.kt:6)
InlineStackFrame lambda 'apply' in 'main' (inlineStackTraceWithApply.kt:21)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x1: int = 1
KotlinStackFrameWithProvidedVariables (inlineStackTraceWithApply.kt:18)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
inlineStackTraceWithApply.kt:14
Compile bytecode for x3
InlineStackFrame myAddChild (inlineStackTraceWithApply.kt:14)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x3: int = 3 (inlineStackTraceWithApply.kt:12)
InlineStackFrame body (inlineStackTraceWithApply.kt:8)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x2: int = 2
InlineStackFrame lambda 'apply' in 'main' (inlineStackTraceWithApply.kt:21)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
    JavaValue[local] x1: int = 1
KotlinStackFrameWithProvidedVariables (inlineStackTraceWithApply.kt:18)
    JavaValue[local] this: inlineStackTraceWithAlso.Foo = inlineStackTraceWithAlso.Foo@hashCode
        DummyMessageValueNode = Class has no properties
Disconnected from the target VM

Process finished with exit code 0