Debugger tests: render line properly
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
LineBreakpoint created at privateMember.kt:9
|
||||
!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! privateMember.PrivateMemberPackage
|
||||
Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket'
|
||||
privateMember.kt:8
|
||||
privateMember.kt:9
|
||||
Compile bytecode for MyClass().privateFun()
|
||||
Compile bytecode for MyClass().privateVal
|
||||
Compile bytecode for MyClass.PrivateClass().a
|
||||
|
||||
Reference in New Issue
Block a user