Debugger: do not change package name for debug function

This commit is contained in:
Natalia Ukhorskaya
2015-11-19 18:52:27 +03:00
parent 002aaaa908
commit 062b27995c
8 changed files with 30 additions and 28 deletions
+1
View File
@@ -3,6 +3,7 @@ LineBreakpoint created at .kt.kt:5
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
.kt.kt:5
Compile bytecode for 1 + 1
Compile bytecode for Test(1).a
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0
@@ -5,5 +5,10 @@ fun main(args: Array<String>) {
args.size()
}
class Test(val a: Int)
// EXPRESSION: 1 + 1
// RESULT: 2: I
// EXPRESSION: Test(1).a
// RESULT: 1: I
@@ -16,4 +16,4 @@ interface T {
// RESULT: 1: I
// EXPRESSION: object: T {}
// RESULT: instance of packageForDebugger.DebugFileKt$myFun$1(id=ID): LpackageForDebugger/DebugFileKt$myFun$1;
// RESULT: instance of ceObject.DebugFileKt$generated_for_debugger_kotlin_rulezzzz$1(id=ID): LceObject/DebugFileKt$generated_for_debugger_kotlin_rulezzzz$1;