Debugger: fix evaluate expression when breakpoint is set on function without body inside object
#KT-15855 Fixed
This commit is contained in:
committed by
Nikolay Krasko
parent
faac1c3156
commit
68f722b337
@@ -4,6 +4,7 @@ LineBreakpoint created at withoutBodyFunctions.kt:21
|
||||
LineBreakpoint created at withoutBodyFunctions.kt:27
|
||||
LineBreakpoint created at withoutBodyFunctions.kt:32
|
||||
LineBreakpoint created at withoutBodyFunctions.kt:37
|
||||
LineBreakpoint created at withoutBodyFunctions.kt:43
|
||||
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! withoutBodyFunctions.WithoutBodyFunctionsKt
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
withoutBodyFunctions.kt:9
|
||||
@@ -18,6 +19,8 @@ withoutBodyFunctions.kt:32
|
||||
Compile bytecode for i
|
||||
withoutBodyFunctions.kt:37
|
||||
Compile bytecode for i
|
||||
withoutBodyFunctions.kt:43
|
||||
Compile bytecode for test2()
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
|
||||
Reference in New Issue
Block a user