Debugger: support labels for non object references (primitive, array)

This commit is contained in:
Natalia Ukhorskaya
2015-08-25 13:19:46 +03:00
parent 35cb23ffbe
commit c6d29cc1d5
5 changed files with 183 additions and 14 deletions
+27
View File
@@ -0,0 +1,27 @@
LineBreakpoint created at ldifferentTypes.kt:92
!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! ldifferentTypes.LdifferentTypesPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
ldifferentTypes.kt:92
Compile bytecode for str_DebugLabel
Compile bytecode for strArray_DebugLabel
Compile bytecode for primitive_DebugLabel
Compile bytecode for primitiveArray_DebugLabel
Compile bytecode for localObj_DebugLabel
Compile bytecode for localObjArray_DebugLabel
Compile bytecode for localClass_DebugLabel
Compile bytecode for localClassArray_DebugLabel
Compile bytecode for aClass_DebugLabel
Compile bytecode for aClass_DebugLabel.test()
Compile bytecode for aClassArray_DebugLabel
Compile bytecode for aClassArray_DebugLabel[0].test()
Compile bytecode for innerClass_DebugLabel
Compile bytecode for innerClass_DebugLabel.test()
Compile bytecode for innerClassArray_DebugLabel
Compile bytecode for innerClassArray_DebugLabel[0].test()
Compile bytecode for nestedClass_DebugLabel
Compile bytecode for nestedClass_DebugLabel.test()
Compile bytecode for nestedClassArray_DebugLabel
Compile bytecode for nestedClassArray_DebugLabel[0].test()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0