Files
kotlin-fork/idea/testData/debugger/tinyApp/outs/kt17295.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

8 lines
155 B
Plaintext
Vendored

LineBreakpoint created at kt17295.kt:9
Run Java
Connected to the target VM
kt17295.kt:9
Disconnected from the target VM
Process finished with exit code 0