Files
kotlin-fork/idea/jvm-debugger/jvm-debugger-test/testData/evaluation/singleBreakpoint/fieldGetters.out
T
Yan Zhulanow 472ec72eb9 Refactor debugger tests
1. Move tests to their own module
2. Avoid sharing the 'tinyApp' project between tests
3. Clean up option directive handling
2019-10-08 19:13:56 +09:00

30 lines
1.1 KiB
Plaintext
Vendored

LineBreakpoint created at fieldGetters.kt:9
Run Java
Connected to the target VM
fieldGetters.kt:9
Compile bytecode for K1().a
Compile bytecode for K1().a_field
Compile bytecode for K2().a
Compile bytecode for K2().a_field
Compile bytecode for PublicField().foo
Compile bytecode for PackagePrivateField().foo
Compile bytecode for ProtectedField().foo
Compile bytecode for PrivateField().foo
Compile bytecode for PublicFieldGetter().foo
Compile bytecode for PublicFieldGetter().foo_field
Compile bytecode for PrivateFieldPublicGetter().foo
Compile bytecode for PrivateFieldPublicGetter().foo_field
Compile bytecode for PrivateFieldPrivateGetter().foo
Compile bytecode for PrivateFieldPrivateGetter().foo_field
Compile bytecode for PublicGetter1().foo
Compile bytecode for PublicGetter1().foo_field
Compile bytecode for PublicGetter2().foo
Compile bytecode for PublicGetter2().foo_field
Compile bytecode for PrivateGetter1().foo
Compile bytecode for PublicGetterOnly().foo
Compile bytecode for PublicFieldAndGetterInParent().foo
Compile bytecode for PublicFieldAndGetterInParent().foo_field
Disconnected from the target VM
Process finished with exit code 0