Stepping: do not step into kotlin standard library

#KT-2076 Fixed
This commit is contained in:
Natalia Ukhorskaya
2014-08-27 19:00:48 +04:00
parent 88afc7a949
commit 5c0c22d087
8 changed files with 83 additions and 3 deletions
@@ -0,0 +1,8 @@
LineBreakpoint created at stdlibStep.kt:6
!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! stdlibStep.StdlibStepPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stdlibStep.kt:5
stdlibStep.kt:6
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0