Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/propertyReference.out
T
Yan Zhulanow 622430a296 Debugger: Fix AbstractPositionManagerTest
MockReferenceType can't be used anymore because the new DebuggerClassNameProvider requires much more from it.
The new SmartMockReferenceType implements methods such as nestedTypes() or allLineLocations() properly.

Also, as PositionManager can return more than one class, we should check if any of the classes it returned matches the pattern.
2017-04-10 23:25:53 +03:00

14 lines
317 B
Plaintext
Vendored

LineBreakpoint created at propertyReference.kt:11
Run Java
Connected to the target VM
propertyReference.kt:11
propertyReference.kt:4
propertyReference.kt:11
propertyReference.kt:7
propertyReference.kt:4
propertyReference.kt:5
propertyReference.kt:12
Disconnected from the target VM
Process finished with exit code 0