Debugger: fix stepping in when
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
LineBreakpoint created at whenExpr.kt:5
|
||||
!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! whenExpr.WhenExprPackage
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
whenExpr.kt:5
|
||||
whenExpr.kt:6
|
||||
whenExpr.kt:7
|
||||
whenExpr.kt:10
|
||||
whenExpr.kt:14
|
||||
whenExpr.kt:17
|
||||
whenExpr.kt:19
|
||||
whenExpr.kt:20
|
||||
whenExpr.kt:21
|
||||
whenExpr.kt:24
|
||||
whenExpr.kt:28
|
||||
whenExpr.kt:31
|
||||
whenExpr.kt:33
|
||||
whenExpr.kt:34
|
||||
whenExpr.kt:35
|
||||
whenExpr.kt:38
|
||||
whenExpr.kt:39
|
||||
whenExpr.kt:45
|
||||
whenExpr.kt:47
|
||||
whenExpr.kt:48
|
||||
whenExpr.kt:49
|
||||
whenExpr.kt:50
|
||||
whenExpr.kt:59
|
||||
Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
|
||||
Process finished with exit code 0
|
||||
Reference in New Issue
Block a user