Debugger: add imports from file on breakpoint

This commit is contained in:
Natalia Ukhorskaya
2014-04-10 13:30:02 +04:00
parent 347e6d9058
commit bd737a32fb
7 changed files with 98 additions and 11 deletions
@@ -0,0 +1,7 @@
LineBreakpoint created at imports.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 !APP_PATH!\classes;!KOTLIN_RUNTIME!;!RT_JAR! imports.ImportsPackage
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
imports.kt:9
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
Process finished with exit code 0