Debugger tests: do not check breakpoint line and file extension for JDK classes

This commit is contained in:
Natalia Ukhorskaya
2014-10-09 15:58:31 +04:00
parent 1944f75802
commit 1055aa86aa
4 changed files with 10 additions and 7 deletions
@@ -2,8 +2,8 @@ LineBreakpoint created at stepIntoStdlib.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! stepIntoStdlib.StepIntoStdlibPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
stepIntoStdlib.kt:5
KotlinPackage.class
_Mapping.kt
KotlinPackage.!EXT!
_Mapping.!EXT!
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0