Debugger: suppress UNSAFE_CALL diagnostic in debug mode

This commit is contained in:
Natalia Ukhorskaya
2014-12-26 15:04:44 +03:00
parent b709baa9b4
commit 8dcb4ab5bb
4 changed files with 32 additions and 1 deletions
@@ -0,0 +1,9 @@
LineBreakpoint created at unsafeCall.kt:8
!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !APP_PATH!\classes;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unsafeCall.UnsafeCallPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
unsafeCall.kt:8
Compile bytecode for s1.length()
Compile bytecode for s2.length()
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0