Debugger: fix evaluation for local classes

#KT-5104 Fixed
This commit is contained in:
Natalia Ukhorskaya
2015-09-24 18:16:25 +03:00
parent 4fb4e0c21f
commit 5c04959871
4 changed files with 36 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
LineBreakpoint created at localClass.kt:10
!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! localClass.LocalClassPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
localClass.kt:10
Compile bytecode for local
Compile bytecode for local.test()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0