Debugger: do not change package name for debug function
This commit is contained in:
+1
@@ -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
|
||||
|
||||
Vendored
+1
-1
@@ -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;
|
||||
Reference in New Issue
Block a user