From be5c1d0a446f61ed2a9ee89468b2f22e3319589e Mon Sep 17 00:00:00 2001 From: Natalia Ukhorskaya Date: Fri, 14 Aug 2015 13:22:18 +0300 Subject: [PATCH] Debugger tests: changes in testData (cherry picked from commit 0e4b133) --- idea/testData/debugger/tinyApp/outs/_kt.out | 2 +- idea/testData/debugger/tinyApp/outs/abstractFunCall.out | 2 +- idea/testData/debugger/tinyApp/outs/accessors.out | 2 +- idea/testData/debugger/tinyApp/outs/anonymousObjects.out | 2 +- idea/testData/debugger/tinyApp/outs/arrays.out | 2 +- idea/testData/debugger/tinyApp/outs/boxParam.out | 2 +- idea/testData/debugger/tinyApp/outs/breakpointInInlineFun.out | 2 +- idea/testData/debugger/tinyApp/outs/callableBug.out | 2 +- idea/testData/debugger/tinyApp/outs/ceAnonymousObject.out | 2 +- .../tinyApp/outs/ceAnonymousObjectCapturedInClosure.out | 2 +- .../debugger/tinyApp/outs/ceAnonymousObjectThisAsReceiver.out | 2 +- idea/testData/debugger/tinyApp/outs/ceLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/ceLocalClass.out | 2 +- idea/testData/debugger/tinyApp/outs/ceLocalClassMembers.out | 2 +- .../debugger/tinyApp/outs/ceLocalClassWithSuperClass.out | 2 +- idea/testData/debugger/tinyApp/outs/ceMembers.out | 2 +- idea/testData/debugger/tinyApp/outs/ceObject.out | 2 +- idea/testData/debugger/tinyApp/outs/ceSeveralLambdas.out | 2 +- idea/testData/debugger/tinyApp/outs/ceSuperAccess.out | 2 +- idea/testData/debugger/tinyApp/outs/checkNotNull.out | 2 +- idea/testData/debugger/tinyApp/outs/classFromAnotherPackage.out | 2 +- idea/testData/debugger/tinyApp/outs/classObjectFunFromClass.out | 2 +- .../debugger/tinyApp/outs/classObjectFunFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/classObjectVal.out | 2 +- idea/testData/debugger/tinyApp/outs/clearCache.out | 2 +- idea/testData/debugger/tinyApp/outs/collections.out | 2 +- idea/testData/debugger/tinyApp/outs/continueLabel.out | 2 +- idea/testData/debugger/tinyApp/outs/customLibClassName.out | 2 +- idea/testData/debugger/tinyApp/outs/defaultAccessors.out | 2 +- .../testData/debugger/tinyApp/outs/delegatedPropertyInClass.out | 2 +- .../tinyApp/outs/delegatedPropertyInClassWoRenderer.out | 2 +- idea/testData/debugger/tinyApp/outs/dependentOnFile.out | 2 +- idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out | 2 +- idea/testData/debugger/tinyApp/outs/doNotSkipConstructors.out | 2 +- idea/testData/debugger/tinyApp/outs/doubles.out | 2 +- idea/testData/debugger/tinyApp/outs/enums.out | 2 +- idea/testData/debugger/tinyApp/outs/errors.out | 2 +- .../debugger/tinyApp/outs/evBreakpointOnPropertyDeclaration.out | 2 +- idea/testData/debugger/tinyApp/outs/evDelegatedProperty.out | 2 +- idea/testData/debugger/tinyApp/outs/evDuplicateItems.out | 2 +- idea/testData/debugger/tinyApp/outs/evFinalProperty.out | 2 +- idea/testData/debugger/tinyApp/outs/evLineRange.out | 2 +- idea/testData/debugger/tinyApp/outs/evProperty.out | 2 +- idea/testData/debugger/tinyApp/outs/evPropertyRefExpr.out | 2 +- idea/testData/debugger/tinyApp/outs/evSkipAnonymousObject.out | 2 +- idea/testData/debugger/tinyApp/outs/evSkipLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/evSkipLocalClass.out | 2 +- idea/testData/debugger/tinyApp/outs/exceptions.out | 2 +- idea/testData/debugger/tinyApp/outs/extFun.out | 2 +- idea/testData/debugger/tinyApp/outs/extractLocalVariables.out | 2 +- idea/testData/debugger/tinyApp/outs/extractThis.out | 2 +- idea/testData/debugger/tinyApp/outs/extractThisInTrait.out | 2 +- .../testData/debugger/tinyApp/outs/extractVariablesFromCall.out | 2 +- idea/testData/debugger/tinyApp/outs/forLoop.out | 2 +- idea/testData/debugger/tinyApp/outs/frameAnonymousObject.out | 2 +- idea/testData/debugger/tinyApp/outs/frameClassObject.out | 2 +- idea/testData/debugger/tinyApp/outs/frameClosingBracket.out | 2 +- idea/testData/debugger/tinyApp/outs/frameExtFunExtFun.out | 2 +- idea/testData/debugger/tinyApp/outs/frameExtensionFun.out | 2 +- idea/testData/debugger/tinyApp/outs/frameInnerClass.out | 2 +- idea/testData/debugger/tinyApp/outs/frameInnerLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/frameLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/frameLambdaNotUsed.out | 2 +- idea/testData/debugger/tinyApp/outs/frameLocalVariable.out | 2 +- idea/testData/debugger/tinyApp/outs/frameObject.out | 2 +- idea/testData/debugger/tinyApp/outs/frameSharedVar.out | 2 +- idea/testData/debugger/tinyApp/outs/frameSharedVarLocalVar.out | 2 +- idea/testData/debugger/tinyApp/outs/frameSimple.out | 2 +- idea/testData/debugger/tinyApp/outs/frameThis0.out | 2 +- idea/testData/debugger/tinyApp/outs/frameThis0Ext.out | 2 +- idea/testData/debugger/tinyApp/outs/frameThis0This0.out | 2 +- .../debugger/tinyApp/outs/funFromOuterClassInLamdba.out | 2 +- idea/testData/debugger/tinyApp/outs/funFromSuperClass.out | 2 +- idea/testData/debugger/tinyApp/outs/funLiteral.out | 2 +- idea/testData/debugger/tinyApp/outs/fwAbstractProperty.out | 2 +- idea/testData/debugger/tinyApp/outs/fwBackingField.out | 2 +- idea/testData/debugger/tinyApp/outs/fwInitializer.out | 2 +- idea/testData/debugger/tinyApp/outs/fwPropertyInInterface.out | 2 +- idea/testData/debugger/tinyApp/outs/imports.out | 2 +- .../debugger/tinyApp/outs/inapplicableFieldWatchpoints.out | 2 +- idea/testData/debugger/tinyApp/outs/inlineFunction.out | 2 +- .../debugger/tinyApp/outs/inlineFunctionalExpression.out | 2 +- idea/testData/debugger/tinyApp/outs/inlineLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/innerClass.out | 2 +- idea/testData/debugger/tinyApp/outs/insertInBlock.out | 2 +- idea/testData/debugger/tinyApp/outs/javaFun.out | 2 +- .../debugger/tinyApp/outs/kt5554OnlyIntsShouldBeCoerced.out | 2 +- idea/testData/debugger/tinyApp/outs/kt7046localVarInInline.out | 2 +- idea/testData/debugger/tinyApp/outs/lCallOnLabeledObj.out | 2 +- idea/testData/debugger/tinyApp/outs/lSeveralLabels.out | 2 +- idea/testData/debugger/tinyApp/outs/lSimple.out | 2 +- idea/testData/debugger/tinyApp/outs/lambdaOnSecondLine.out | 2 +- idea/testData/debugger/tinyApp/outs/localFun.out | 2 +- idea/testData/debugger/tinyApp/outs/localFunInLibrary.out | 2 +- idea/testData/debugger/tinyApp/outs/localVariables.out | 2 +- idea/testData/debugger/tinyApp/outs/memberFunFromClass.out | 2 +- idea/testData/debugger/tinyApp/outs/memberFunFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/memberGetterFromClass.out | 2 +- .../testData/debugger/tinyApp/outs/memberGetterFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/methodWithBreakpoint.out | 2 +- .../debugger/tinyApp/outs/multilineExpressionAtBreakpoint.out | 2 +- idea/testData/debugger/tinyApp/outs/npe.out | 2 +- idea/testData/debugger/tinyApp/outs/objectFun.out | 2 +- idea/testData/debugger/tinyApp/outs/onClassHeader.out | 2 +- idea/testData/debugger/tinyApp/outs/onObjectHeader.out | 2 +- .../debugger/tinyApp/outs/oneLineFunctionalExpression.out | 2 +- idea/testData/debugger/tinyApp/outs/oneLineLambda.out | 2 +- idea/testData/debugger/tinyApp/outs/privateMember.out | 2 +- idea/testData/debugger/tinyApp/outs/protectedMember.out | 2 +- idea/testData/debugger/tinyApp/outs/reflectKClass.out | 2 +- idea/testData/debugger/tinyApp/outs/returnVoid.out | 2 +- idea/testData/debugger/tinyApp/outs/severalFunLiterals.out | 2 +- .../debugger/tinyApp/outs/severalFunLiteralsInClass.out | 2 +- idea/testData/debugger/tinyApp/outs/simple.out | 2 +- idea/testData/debugger/tinyApp/outs/skipClassloader.out | 2 +- idea/testData/debugger/tinyApp/outs/skipConstructors.out | 2 +- idea/testData/debugger/tinyApp/outs/stdlib.out | 2 +- idea/testData/debugger/tinyApp/outs/stdlibStep.out | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out | 2 +- .../debugger/tinyApp/outs/stepIntoSpecificKotlinClasses.out | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out | 2 +- idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out | 2 +- .../debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out | 2 +- .../debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out | 2 +- idea/testData/debugger/tinyApp/outs/syntheticMethods.out | 2 +- idea/testData/debugger/tinyApp/outs/toStringRenderer.out | 2 +- idea/testData/debugger/tinyApp/outs/topLevelFunFromClass.out | 2 +- idea/testData/debugger/tinyApp/outs/topLevelFunFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/topLevelGetterFromClass.out | 2 +- .../debugger/tinyApp/outs/topLevelGetterFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/traits.out | 2 +- .../testData/debugger/tinyApp/outs/twoLambdasOnOneLineFirst.out | 2 +- .../debugger/tinyApp/outs/twoLambdasOnOneLineSecond.out | 2 +- idea/testData/debugger/tinyApp/outs/unboxParam.out | 2 +- idea/testData/debugger/tinyApp/outs/unsafeCall.out | 2 +- idea/testData/debugger/tinyApp/outs/vars.out | 2 +- idea/testData/debugger/tinyApp/outs/whenEntry.out | 2 +- idea/testData/debugger/tinyApp/outs/whenExpr.out | 2 +- idea/testData/debugger/tinyApp/outs/withoutBodyFunctions.out | 2 +- idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out | 2 +- .../debugger/tinyApp/outs/withoutBodyTypeParameters.out | 2 +- 142 files changed, 142 insertions(+), 142 deletions(-) diff --git a/idea/testData/debugger/tinyApp/outs/_kt.out b/idea/testData/debugger/tinyApp/outs/_kt.out index 2638167efa7..933cd8fba24 100644 --- a/idea/testData/debugger/tinyApp/outs/_kt.out +++ b/idea/testData/debugger/tinyApp/outs/_kt.out @@ -1,5 +1,5 @@ LineBreakpoint created at .kt.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! _DefaultPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! _DefaultPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' .kt.kt:5 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/abstractFunCall.out b/idea/testData/debugger/tinyApp/outs/abstractFunCall.out index 4133e2e25b8..e972562230d 100644 --- a/idea/testData/debugger/tinyApp/outs/abstractFunCall.out +++ b/idea/testData/debugger/tinyApp/outs/abstractFunCall.out @@ -1,5 +1,5 @@ LineBreakpoint created at abstractFunCall.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! abstractFunCall.AbstractFunCallPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! abstractFunCall.AbstractFunCallPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' abstractFunCall.kt:5 Compile bytecode for (1 as java.lang.Number).intValue() diff --git a/idea/testData/debugger/tinyApp/outs/accessors.out b/idea/testData/debugger/tinyApp/outs/accessors.out index bc2f4de713c..3ef0eda91c6 100644 --- a/idea/testData/debugger/tinyApp/outs/accessors.out +++ b/idea/testData/debugger/tinyApp/outs/accessors.out @@ -1,5 +1,5 @@ LineBreakpoint created at accessors.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!;!CUSTOM_LIBRARY!;!RT_JAR! accessors.AccessorsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! accessors.AccessorsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' accessors.kt:10 accessors.kt:15 diff --git a/idea/testData/debugger/tinyApp/outs/anonymousObjects.out b/idea/testData/debugger/tinyApp/outs/anonymousObjects.out index 5361e73095e..bb83d35f1aa 100644 --- a/idea/testData/debugger/tinyApp/outs/anonymousObjects.out +++ b/idea/testData/debugger/tinyApp/outs/anonymousObjects.out @@ -1,5 +1,5 @@ LineBreakpoint created at anonymousObjects.kt:11 -!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! anonymousObjects.AnonymousObjectsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! anonymousObjects.AnonymousObjectsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' anonymousObjects.kt:11 Compile bytecode for test(2) diff --git a/idea/testData/debugger/tinyApp/outs/arrays.out b/idea/testData/debugger/tinyApp/outs/arrays.out index 9a97c913041..6705ae88181 100644 --- a/idea/testData/debugger/tinyApp/outs/arrays.out +++ b/idea/testData/debugger/tinyApp/outs/arrays.out @@ -1,5 +1,5 @@ LineBreakpoint created at arrays.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! arrays.ArraysPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! arrays.ArraysPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' arrays.kt:5 Compile bytecode for array(1, 2).map { it.toString() } diff --git a/idea/testData/debugger/tinyApp/outs/boxParam.out b/idea/testData/debugger/tinyApp/outs/boxParam.out index 1e3be21eabf..9a3928185ab 100644 --- a/idea/testData/debugger/tinyApp/outs/boxParam.out +++ b/idea/testData/debugger/tinyApp/outs/boxParam.out @@ -1,5 +1,5 @@ LineBreakpoint created at boxParam.kt:13 -!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! boxParam.BoxParamPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! boxParam.BoxParamPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' boxParam.kt:13 Compile bytecode for nullableInt?.plus(1) diff --git a/idea/testData/debugger/tinyApp/outs/breakpointInInlineFun.out b/idea/testData/debugger/tinyApp/outs/breakpointInInlineFun.out index dcf05d1088e..4720e953202 100644 --- a/idea/testData/debugger/tinyApp/outs/breakpointInInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/breakpointInInlineFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at inlineFunInLibrary.kt:3 -!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! breakpointInInlineFun.BreakpointInInlineFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! breakpointInInlineFun.BreakpointInInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' inlineFunInLibrary.kt:4 Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' diff --git a/idea/testData/debugger/tinyApp/outs/callableBug.out b/idea/testData/debugger/tinyApp/outs/callableBug.out index 71126444ef8..f57094adfa8 100644 --- a/idea/testData/debugger/tinyApp/outs/callableBug.out +++ b/idea/testData/debugger/tinyApp/outs/callableBug.out @@ -1,5 +1,5 @@ LineBreakpoint created at callableBug.kt:8 -!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! callableBug.CallableBugPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! callableBug.CallableBugPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' callableBug.kt:8 callableBug.kt:8 diff --git a/idea/testData/debugger/tinyApp/outs/ceAnonymousObject.out b/idea/testData/debugger/tinyApp/outs/ceAnonymousObject.out index 9cc48095e18..c1320a3a14b 100644 --- a/idea/testData/debugger/tinyApp/outs/ceAnonymousObject.out +++ b/idea/testData/debugger/tinyApp/outs/ceAnonymousObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceAnonymousObject.kt:18 -!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! ceAnonymousObject.CeAnonymousObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceAnonymousObject.CeAnonymousObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceAnonymousObject.kt:18 Compile bytecode for publicTopLevelObject diff --git a/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectCapturedInClosure.out b/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectCapturedInClosure.out index fb434b91131..e01c1899a50 100644 --- a/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectCapturedInClosure.out +++ b/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectCapturedInClosure.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceAnonymousObjectCapturedInClosure.kt:7 -!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! ceAnonymousObjectCapturedInClosure.CeAnonymousObjectCapturedInClosurePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceAnonymousObjectCapturedInClosure.CeAnonymousObjectCapturedInClosurePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceAnonymousObjectCapturedInClosure.kt:7 Compile bytecode for lambda { localObject.test() } diff --git a/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectThisAsReceiver.out b/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectThisAsReceiver.out index f5baf1d0f4a..8b3eef9a83b 100644 --- a/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectThisAsReceiver.out +++ b/idea/testData/debugger/tinyApp/outs/ceAnonymousObjectThisAsReceiver.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceAnonymousObjectThisAsReceiver.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! ceAnonymousObjectThisAsReceiver.CeAnonymousObjectThisAsReceiverPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceAnonymousObjectThisAsReceiver.CeAnonymousObjectThisAsReceiverPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceAnonymousObjectThisAsReceiver.kt:9 Compile bytecode for test() diff --git a/idea/testData/debugger/tinyApp/outs/ceLambda.out b/idea/testData/debugger/tinyApp/outs/ceLambda.out index 9c3192db155..725d9f06ecd 100644 --- a/idea/testData/debugger/tinyApp/outs/ceLambda.out +++ b/idea/testData/debugger/tinyApp/outs/ceLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceLambda.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! ceLambda.CeLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceLambda.CeLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceLambda.kt:6 Compile bytecode for foo { 1 } diff --git a/idea/testData/debugger/tinyApp/outs/ceLocalClass.out b/idea/testData/debugger/tinyApp/outs/ceLocalClass.out index 43aa0ed16b8..9d1dd1331e1 100644 --- a/idea/testData/debugger/tinyApp/outs/ceLocalClass.out +++ b/idea/testData/debugger/tinyApp/outs/ceLocalClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceLocalClass.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! ceLocalClass.CeLocalClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceLocalClass.CeLocalClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceLocalClass.kt:6 Compile bytecode for class MyClass { diff --git a/idea/testData/debugger/tinyApp/outs/ceLocalClassMembers.out b/idea/testData/debugger/tinyApp/outs/ceLocalClassMembers.out index 2fe9ec10cb2..f1bec0625c5 100644 --- a/idea/testData/debugger/tinyApp/outs/ceLocalClassMembers.out +++ b/idea/testData/debugger/tinyApp/outs/ceLocalClassMembers.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceLocalClassMembers.kt:19 -!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! ceLocalClassMembers.CeLocalClassMembersPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceLocalClassMembers.CeLocalClassMembersPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceLocalClassMembers.kt:19 Compile bytecode for class MyClass { diff --git a/idea/testData/debugger/tinyApp/outs/ceLocalClassWithSuperClass.out b/idea/testData/debugger/tinyApp/outs/ceLocalClassWithSuperClass.out index efa30769f7c..167e2f6c768 100644 --- a/idea/testData/debugger/tinyApp/outs/ceLocalClassWithSuperClass.out +++ b/idea/testData/debugger/tinyApp/outs/ceLocalClassWithSuperClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceLocalClassWithSuperClass.kt:19 -!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! ceLocalClassWithSuperClass.CeLocalClassWithSuperClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceLocalClassWithSuperClass.CeLocalClassWithSuperClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceLocalClassWithSuperClass.kt:19 Compile bytecode for class MyClass: MySuperClass() { diff --git a/idea/testData/debugger/tinyApp/outs/ceMembers.out b/idea/testData/debugger/tinyApp/outs/ceMembers.out index 939762e235b..1acbfdd5ee9 100644 --- a/idea/testData/debugger/tinyApp/outs/ceMembers.out +++ b/idea/testData/debugger/tinyApp/outs/ceMembers.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceMembers.kt:19 -!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! ceMembers.CeMembersPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceMembers.CeMembersPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceMembers.kt:19 Compile bytecode for foo { publicFun() } diff --git a/idea/testData/debugger/tinyApp/outs/ceObject.out b/idea/testData/debugger/tinyApp/outs/ceObject.out index b6604c3ab36..4aba729136f 100644 --- a/idea/testData/debugger/tinyApp/outs/ceObject.out +++ b/idea/testData/debugger/tinyApp/outs/ceObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceObject.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! ceObject.CeObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceObject.CeObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceObject.kt:5 Compile bytecode for (object: T {}).test() diff --git a/idea/testData/debugger/tinyApp/outs/ceSeveralLambdas.out b/idea/testData/debugger/tinyApp/outs/ceSeveralLambdas.out index 23d05b12cd0..f82bad44df7 100644 --- a/idea/testData/debugger/tinyApp/outs/ceSeveralLambdas.out +++ b/idea/testData/debugger/tinyApp/outs/ceSeveralLambdas.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceSeveralLambdas.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! ceSeveralLambdas.CeSeveralLambdasPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceSeveralLambdas.CeSeveralLambdasPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceSeveralLambdas.kt:5 Compile bytecode for foo { 1 } + foo { 1 } diff --git a/idea/testData/debugger/tinyApp/outs/ceSuperAccess.out b/idea/testData/debugger/tinyApp/outs/ceSuperAccess.out index 451eadc7de7..05b3b96b8b1 100644 --- a/idea/testData/debugger/tinyApp/outs/ceSuperAccess.out +++ b/idea/testData/debugger/tinyApp/outs/ceSuperAccess.out @@ -1,5 +1,5 @@ LineBreakpoint created at ceSuperAccess.kt:20 -!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! ceSuperAccess.CeSuperAccessPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ceSuperAccess.CeSuperAccessPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ceSuperAccess.kt:20 Compile bytecode for foo { publicFun() } diff --git a/idea/testData/debugger/tinyApp/outs/checkNotNull.out b/idea/testData/debugger/tinyApp/outs/checkNotNull.out index bf475b787bb..2ac949088cd 100644 --- a/idea/testData/debugger/tinyApp/outs/checkNotNull.out +++ b/idea/testData/debugger/tinyApp/outs/checkNotNull.out @@ -1,5 +1,5 @@ LineBreakpoint created at checkNotNull.kt:8 -!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! checkNotNull.CheckNotNullPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! checkNotNull.CheckNotNullPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' checkNotNull.kt:8 MyJavaClass.java:12 diff --git a/idea/testData/debugger/tinyApp/outs/classFromAnotherPackage.out b/idea/testData/debugger/tinyApp/outs/classFromAnotherPackage.out index b84ae34773c..0a677fc6d7c 100644 --- a/idea/testData/debugger/tinyApp/outs/classFromAnotherPackage.out +++ b/idea/testData/debugger/tinyApp/outs/classFromAnotherPackage.out @@ -1,5 +1,5 @@ LineBreakpoint created at classFromAnotherPackage.kt:7 -!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! classFromAnotherPackage.ClassFromAnotherPackagePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! classFromAnotherPackage.ClassFromAnotherPackagePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' classFromAnotherPackage.kt:7 Compile bytecode for MyJavaClass() diff --git a/idea/testData/debugger/tinyApp/outs/classObjectFunFromClass.out b/idea/testData/debugger/tinyApp/outs/classObjectFunFromClass.out index 0969dd821f5..48ec23864c8 100644 --- a/idea/testData/debugger/tinyApp/outs/classObjectFunFromClass.out +++ b/idea/testData/debugger/tinyApp/outs/classObjectFunFromClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at classObjectFunFromClass.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! classObjectFunFromClass.ClassObjectFunFromClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! classObjectFunFromClass.ClassObjectFunFromClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' classObjectFunFromClass.kt:6 classObjectFunFromClass.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/classObjectFunFromTopLevel.out b/idea/testData/debugger/tinyApp/outs/classObjectFunFromTopLevel.out index 7425df1172a..350b586b5f8 100644 --- a/idea/testData/debugger/tinyApp/outs/classObjectFunFromTopLevel.out +++ b/idea/testData/debugger/tinyApp/outs/classObjectFunFromTopLevel.out @@ -1,5 +1,5 @@ LineBreakpoint created at classObjectFunFromTopLevel.kt:13 -!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! classObjectFunFromTopLevel.ClassObjectFunFromTopLevelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! classObjectFunFromTopLevel.ClassObjectFunFromTopLevelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' classObjectFunFromTopLevel.kt:13 classObjectFunFromTopLevel.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/classObjectVal.out b/idea/testData/debugger/tinyApp/outs/classObjectVal.out index 20997332f8e..5ad08c6615c 100644 --- a/idea/testData/debugger/tinyApp/outs/classObjectVal.out +++ b/idea/testData/debugger/tinyApp/outs/classObjectVal.out @@ -1,5 +1,5 @@ LineBreakpoint created at classObjectVal.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!;!CUSTOM_LIBRARY!;!RT_JAR! classObjectVal.ClassObjectValPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! classObjectVal.ClassObjectValPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' classObjectVal.kt:10 Compile bytecode for coProp diff --git a/idea/testData/debugger/tinyApp/outs/clearCache.out b/idea/testData/debugger/tinyApp/outs/clearCache.out index b9cd1a9e7d5..3d5c2045032 100644 --- a/idea/testData/debugger/tinyApp/outs/clearCache.out +++ b/idea/testData/debugger/tinyApp/outs/clearCache.out @@ -15,7 +15,7 @@ LineBreakpoint created at clearCache.kt:149 LineBreakpoint created at clearCache.kt:154 LineBreakpoint created at clearCache.kt:161 LineBreakpoint created at clearCache.kt:169 -!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! clearCache.ClearCachePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! clearCache.ClearCachePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' clearCache.kt:12 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/collections.out b/idea/testData/debugger/tinyApp/outs/collections.out index 3ea930eb2e2..84d19ad6e75 100644 --- a/idea/testData/debugger/tinyApp/outs/collections.out +++ b/idea/testData/debugger/tinyApp/outs/collections.out @@ -1,5 +1,5 @@ LineBreakpoint created at collections.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! collections.CollectionsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! collections.CollectionsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' collections.kt:6 Compile bytecode for arrayListOf(1, 2).map { it.toString() } diff --git a/idea/testData/debugger/tinyApp/outs/continueLabel.out b/idea/testData/debugger/tinyApp/outs/continueLabel.out index eb1cf7788e0..107fa757f78 100644 --- a/idea/testData/debugger/tinyApp/outs/continueLabel.out +++ b/idea/testData/debugger/tinyApp/outs/continueLabel.out @@ -1,5 +1,5 @@ LineBreakpoint created at continueLabel.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! continueLabel.ContinueLabelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! continueLabel.ContinueLabelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' continueLabel.kt:5 continueLabel.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/customLibClassName.out b/idea/testData/debugger/tinyApp/outs/customLibClassName.out index dea13b99e27..d8cfff9a64c 100644 --- a/idea/testData/debugger/tinyApp/outs/customLibClassName.out +++ b/idea/testData/debugger/tinyApp/outs/customLibClassName.out @@ -3,7 +3,7 @@ LineBreakpoint created at 1.kt:3 LineBreakpoint created at 1.kt:3 LineBreakpoint created at 1.kt:3 LineBreakpoint created at simpleLibFile.kt:3 -!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! customLibClassName.CustomLibClassNamePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! customLibClassName.CustomLibClassNamePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' 1.kt:4 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/defaultAccessors.out b/idea/testData/debugger/tinyApp/outs/defaultAccessors.out index 9c4b19c9ad4..e4df8049f9c 100644 --- a/idea/testData/debugger/tinyApp/outs/defaultAccessors.out +++ b/idea/testData/debugger/tinyApp/outs/defaultAccessors.out @@ -1,5 +1,5 @@ LineBreakpoint created at defaultAccessors.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! defaultAccessors.DefaultAccessorsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! defaultAccessors.DefaultAccessorsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' defaultAccessors.kt:5 defaultAccessors.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClass.out b/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClass.out index 354eb04ff78..5d24ebd9c46 100644 --- a/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClass.out +++ b/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at delegatedPropertyInClass.kt:8 -!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! delegatedPropertyInClass.DelegatedPropertyInClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInClass.DelegatedPropertyInClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' delegatedPropertyInClass.kt:8 package delegatedPropertyInClass diff --git a/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out b/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out index ae5a6a38bfa..6c12e905f8c 100644 --- a/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out +++ b/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out @@ -1,5 +1,5 @@ LineBreakpoint created at delegatedPropertyInClassWoRenderer.kt:8 -!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! delegatedPropertyInClassWoRenderer.DelegatedPropertyInClassWoRendererPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! delegatedPropertyInClassWoRenderer.DelegatedPropertyInClassWoRendererPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' delegatedPropertyInClassWoRenderer.kt:8 package delegatedPropertyInClassWoRenderer diff --git a/idea/testData/debugger/tinyApp/outs/dependentOnFile.out b/idea/testData/debugger/tinyApp/outs/dependentOnFile.out index 2794df07945..73531fd595c 100644 --- a/idea/testData/debugger/tinyApp/outs/dependentOnFile.out +++ b/idea/testData/debugger/tinyApp/outs/dependentOnFile.out @@ -1,5 +1,5 @@ LineBreakpoint created at dependentOnFile.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! dependentOnFile.DependentOnFilePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! dependentOnFile.DependentOnFilePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' dependentOnFile.kt:5 Compile bytecode for TestClass().testFun() diff --git a/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out b/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out index d48712fa9d3..08a6e4cad7a 100644 --- a/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out +++ b/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out @@ -1,5 +1,5 @@ LineBreakpoint created at doNotSkipClassloader.kt:7 -!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! doNotSkipClassloader.DoNotSkipClassloaderPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! doNotSkipClassloader.DoNotSkipClassloaderPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' doNotSkipClassloader.kt:7 ClassLoader.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/doNotSkipConstructors.out b/idea/testData/debugger/tinyApp/outs/doNotSkipConstructors.out index 661b2f8d040..485074115ab 100644 --- a/idea/testData/debugger/tinyApp/outs/doNotSkipConstructors.out +++ b/idea/testData/debugger/tinyApp/outs/doNotSkipConstructors.out @@ -1,5 +1,5 @@ LineBreakpoint created at doNotSkipConstructors.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! doNotSkipConstructors.DoNotSkipConstructorsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! doNotSkipConstructors.DoNotSkipConstructorsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' doNotSkipConstructors.kt:5 doNotSkipConstructors.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/doubles.out b/idea/testData/debugger/tinyApp/outs/doubles.out index aef546a61fe..aa1171cd16b 100644 --- a/idea/testData/debugger/tinyApp/outs/doubles.out +++ b/idea/testData/debugger/tinyApp/outs/doubles.out @@ -1,5 +1,5 @@ LineBreakpoint created at doubles.kt:7 -!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! doubles.DoublesPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! doubles.DoublesPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' doubles.kt:7 Compile bytecode for d1 + d2 diff --git a/idea/testData/debugger/tinyApp/outs/enums.out b/idea/testData/debugger/tinyApp/outs/enums.out index b140979dfbc..c09f3259637 100644 --- a/idea/testData/debugger/tinyApp/outs/enums.out +++ b/idea/testData/debugger/tinyApp/outs/enums.out @@ -1,5 +1,5 @@ LineBreakpoint created at enums.kt:7 -!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! enums.EnumsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! enums.EnumsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' enums.kt:7 Compile bytecode for A == MyEnum.A diff --git a/idea/testData/debugger/tinyApp/outs/errors.out b/idea/testData/debugger/tinyApp/outs/errors.out index b6d218e97d0..596c42fa27a 100644 --- a/idea/testData/debugger/tinyApp/outs/errors.out +++ b/idea/testData/debugger/tinyApp/outs/errors.out @@ -1,5 +1,5 @@ LineBreakpoint created at errors.kt:13 -!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! errors.ErrorsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! errors.ErrorsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' errors.kt:13 Compile bytecode for prop += 1 diff --git a/idea/testData/debugger/tinyApp/outs/evBreakpointOnPropertyDeclaration.out b/idea/testData/debugger/tinyApp/outs/evBreakpointOnPropertyDeclaration.out index 960748410a2..1bc957af997 100644 --- a/idea/testData/debugger/tinyApp/outs/evBreakpointOnPropertyDeclaration.out +++ b/idea/testData/debugger/tinyApp/outs/evBreakpointOnPropertyDeclaration.out @@ -1,5 +1,5 @@ LineBreakpoint created at evBreakpointOnPropertyDeclaration.kt:14 -!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! evBreakpointOnPropertyDeclaration.EvBreakpointOnPropertyDeclarationPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evBreakpointOnPropertyDeclaration.EvBreakpointOnPropertyDeclarationPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evBreakpointOnPropertyDeclaration.kt:14 package evBreakpointOnPropertyDeclaration diff --git a/idea/testData/debugger/tinyApp/outs/evDelegatedProperty.out b/idea/testData/debugger/tinyApp/outs/evDelegatedProperty.out index cf1ca857593..4339014abdd 100644 --- a/idea/testData/debugger/tinyApp/outs/evDelegatedProperty.out +++ b/idea/testData/debugger/tinyApp/outs/evDelegatedProperty.out @@ -1,5 +1,5 @@ LineBreakpoint created at evDelegatedProperty.kt:13 -!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! evDelegatedProperty.EvDelegatedPropertyPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evDelegatedProperty.EvDelegatedPropertyPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evDelegatedProperty.kt:13 package evDelegatedProperty diff --git a/idea/testData/debugger/tinyApp/outs/evDuplicateItems.out b/idea/testData/debugger/tinyApp/outs/evDuplicateItems.out index e5308f6cf25..ab0a513ba5c 100644 --- a/idea/testData/debugger/tinyApp/outs/evDuplicateItems.out +++ b/idea/testData/debugger/tinyApp/outs/evDuplicateItems.out @@ -1,5 +1,5 @@ LineBreakpoint created at evDuplicateItems.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!;!CUSTOM_LIBRARY!;!RT_JAR! evDuplicateItems.EvDuplicateItemsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evDuplicateItems.EvDuplicateItemsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evDuplicateItems.kt:10 package evDuplicateItems diff --git a/idea/testData/debugger/tinyApp/outs/evFinalProperty.out b/idea/testData/debugger/tinyApp/outs/evFinalProperty.out index 4fe17d8030c..58b68289c93 100644 --- a/idea/testData/debugger/tinyApp/outs/evFinalProperty.out +++ b/idea/testData/debugger/tinyApp/outs/evFinalProperty.out @@ -1,5 +1,5 @@ LineBreakpoint created at evFinalProperty.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!;!CUSTOM_LIBRARY!;!RT_JAR! evFinalProperty.EvFinalPropertyPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evFinalProperty.EvFinalPropertyPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evFinalProperty.kt:10 package evFinalProperty diff --git a/idea/testData/debugger/tinyApp/outs/evLineRange.out b/idea/testData/debugger/tinyApp/outs/evLineRange.out index f05a63a2a9b..6591822650e 100644 --- a/idea/testData/debugger/tinyApp/outs/evLineRange.out +++ b/idea/testData/debugger/tinyApp/outs/evLineRange.out @@ -1,5 +1,5 @@ LineBreakpoint created at evLineRange.kt:15 -!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! evLineRange.EvLineRangePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evLineRange.EvLineRangePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evLineRange.kt:15 package evLineRange diff --git a/idea/testData/debugger/tinyApp/outs/evProperty.out b/idea/testData/debugger/tinyApp/outs/evProperty.out index bd717d3ff9c..0cb1ffff71c 100644 --- a/idea/testData/debugger/tinyApp/outs/evProperty.out +++ b/idea/testData/debugger/tinyApp/outs/evProperty.out @@ -1,5 +1,5 @@ LineBreakpoint created at evProperty.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!;!CUSTOM_LIBRARY!;!RT_JAR! evProperty.EvPropertyPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evProperty.EvPropertyPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evProperty.kt:10 package evProperty diff --git a/idea/testData/debugger/tinyApp/outs/evPropertyRefExpr.out b/idea/testData/debugger/tinyApp/outs/evPropertyRefExpr.out index 0c23fc551a9..20b014ded74 100644 --- a/idea/testData/debugger/tinyApp/outs/evPropertyRefExpr.out +++ b/idea/testData/debugger/tinyApp/outs/evPropertyRefExpr.out @@ -1,5 +1,5 @@ LineBreakpoint created at evPropertyRefExpr.kt:8 -!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! evPropertyRefExpr.EvPropertyRefExprPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evPropertyRefExpr.EvPropertyRefExprPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evPropertyRefExpr.kt:8 package evPropertyRefExpr diff --git a/idea/testData/debugger/tinyApp/outs/evSkipAnonymousObject.out b/idea/testData/debugger/tinyApp/outs/evSkipAnonymousObject.out index 9833ee21b85..a30887a44a4 100644 --- a/idea/testData/debugger/tinyApp/outs/evSkipAnonymousObject.out +++ b/idea/testData/debugger/tinyApp/outs/evSkipAnonymousObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at evSkipAnonymousObject.kt:12 -!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! evSkipAnonymousObject.EvSkipAnonymousObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evSkipAnonymousObject.EvSkipAnonymousObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evSkipAnonymousObject.kt:12 package evSkipAnonymousObject diff --git a/idea/testData/debugger/tinyApp/outs/evSkipLambda.out b/idea/testData/debugger/tinyApp/outs/evSkipLambda.out index 5aca0dae0b5..70b7556248a 100644 --- a/idea/testData/debugger/tinyApp/outs/evSkipLambda.out +++ b/idea/testData/debugger/tinyApp/outs/evSkipLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at evSkipLambda.kt:12 -!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! evSkipLambda.EvSkipLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evSkipLambda.EvSkipLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evSkipLambda.kt:12 package evSkipLambda diff --git a/idea/testData/debugger/tinyApp/outs/evSkipLocalClass.out b/idea/testData/debugger/tinyApp/outs/evSkipLocalClass.out index 459b9ba43e5..20a9a03f3fa 100644 --- a/idea/testData/debugger/tinyApp/outs/evSkipLocalClass.out +++ b/idea/testData/debugger/tinyApp/outs/evSkipLocalClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at evSkipLocalClass.kt:12 -!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! evSkipLocalClass.EvSkipLocalClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! evSkipLocalClass.EvSkipLocalClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' evSkipLocalClass.kt:12 package evSkipLocalClass diff --git a/idea/testData/debugger/tinyApp/outs/exceptions.out b/idea/testData/debugger/tinyApp/outs/exceptions.out index 3b391a0d63c..849a72e6b7b 100644 --- a/idea/testData/debugger/tinyApp/outs/exceptions.out +++ b/idea/testData/debugger/tinyApp/outs/exceptions.out @@ -4,7 +4,7 @@ LineBreakpoint created at exceptions.kt:26 LineBreakpoint created at exceptions.kt:31 LineBreakpoint created at exceptions.kt:42 LineBreakpoint created at exceptions.kt:51 -!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! exceptions.ExceptionsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! exceptions.ExceptionsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' exceptions.kt:9 Compile bytecode for fail() diff --git a/idea/testData/debugger/tinyApp/outs/extFun.out b/idea/testData/debugger/tinyApp/outs/extFun.out index dec0df407eb..2fbc98fa8f8 100644 --- a/idea/testData/debugger/tinyApp/outs/extFun.out +++ b/idea/testData/debugger/tinyApp/outs/extFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at extFun.kt:12 -!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! extFun.ExtFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extFun.ExtFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' extFun.kt:12 extFun.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/extractLocalVariables.out b/idea/testData/debugger/tinyApp/outs/extractLocalVariables.out index 3f949ab0d4c..37e7e4cef2c 100644 --- a/idea/testData/debugger/tinyApp/outs/extractLocalVariables.out +++ b/idea/testData/debugger/tinyApp/outs/extractLocalVariables.out @@ -1,5 +1,5 @@ LineBreakpoint created at extractLocalVariables.kt:7 -!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! extractLocalVariables.ExtractLocalVariablesPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extractLocalVariables.ExtractLocalVariablesPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' extractLocalVariables.kt:7 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/extractThis.out b/idea/testData/debugger/tinyApp/outs/extractThis.out index 083ebfc7106..94d588ef5e7 100644 --- a/idea/testData/debugger/tinyApp/outs/extractThis.out +++ b/idea/testData/debugger/tinyApp/outs/extractThis.out @@ -1,5 +1,5 @@ LineBreakpoint created at extractThis.kt:13 -!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! extractThis.ExtractThisPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extractThis.ExtractThisPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' extractThis.kt:13 Compile bytecode for prop diff --git a/idea/testData/debugger/tinyApp/outs/extractThisInTrait.out b/idea/testData/debugger/tinyApp/outs/extractThisInTrait.out index c6e9b8aebee..778d7893d52 100644 --- a/idea/testData/debugger/tinyApp/outs/extractThisInTrait.out +++ b/idea/testData/debugger/tinyApp/outs/extractThisInTrait.out @@ -1,5 +1,5 @@ LineBreakpoint created at extractThisInTrait.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!;!CUSTOM_LIBRARY!;!RT_JAR! extractThisInTrait.ExtractThisInTraitPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extractThisInTrait.ExtractThisInTraitPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' extractThisInTrait.kt:10 Compile bytecode for prop diff --git a/idea/testData/debugger/tinyApp/outs/extractVariablesFromCall.out b/idea/testData/debugger/tinyApp/outs/extractVariablesFromCall.out index d854f3bd5e2..65216ae29fb 100644 --- a/idea/testData/debugger/tinyApp/outs/extractVariablesFromCall.out +++ b/idea/testData/debugger/tinyApp/outs/extractVariablesFromCall.out @@ -1,5 +1,5 @@ LineBreakpoint created at extractVariablesFromCall.kt:8 -!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! extractVariablesFromCall.ExtractVariablesFromCallPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! extractVariablesFromCall.ExtractVariablesFromCallPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' extractVariablesFromCall.kt:8 Compile bytecode for f1(a, s) diff --git a/idea/testData/debugger/tinyApp/outs/forLoop.out b/idea/testData/debugger/tinyApp/outs/forLoop.out index a2442b1bca9..4f506586014 100644 --- a/idea/testData/debugger/tinyApp/outs/forLoop.out +++ b/idea/testData/debugger/tinyApp/outs/forLoop.out @@ -1,5 +1,5 @@ LineBreakpoint created at forLoop.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! forLoop.ForLoopPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! forLoop.ForLoopPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' forLoop.kt:6 forLoop.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/frameAnonymousObject.out b/idea/testData/debugger/tinyApp/outs/frameAnonymousObject.out index 219164cbbdc..61d6e2885a4 100644 --- a/idea/testData/debugger/tinyApp/outs/frameAnonymousObject.out +++ b/idea/testData/debugger/tinyApp/outs/frameAnonymousObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameAnonymousObject.kt:11 -!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! frameAnonymousObject.FrameAnonymousObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameAnonymousObject.FrameAnonymousObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameAnonymousObject.kt:11 package frameAnonymousObject diff --git a/idea/testData/debugger/tinyApp/outs/frameClassObject.out b/idea/testData/debugger/tinyApp/outs/frameClassObject.out index 7d4fea17e68..b70227d4f0e 100644 --- a/idea/testData/debugger/tinyApp/outs/frameClassObject.out +++ b/idea/testData/debugger/tinyApp/outs/frameClassObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameClassObject.kt:16 -!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! frameClassObject.FrameClassObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameClassObject.FrameClassObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameClassObject.kt:16 Compile bytecode for prop diff --git a/idea/testData/debugger/tinyApp/outs/frameClosingBracket.out b/idea/testData/debugger/tinyApp/outs/frameClosingBracket.out index 3c74dec28b0..6c8ebf0c22f 100644 --- a/idea/testData/debugger/tinyApp/outs/frameClosingBracket.out +++ b/idea/testData/debugger/tinyApp/outs/frameClosingBracket.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameClosingBracket.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! frameClosingBracket.FrameClosingBracketPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameClosingBracket.FrameClosingBracketPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameClosingBracket.kt:6 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/frameExtFunExtFun.out b/idea/testData/debugger/tinyApp/outs/frameExtFunExtFun.out index 1a66873b070..6b51781298d 100644 --- a/idea/testData/debugger/tinyApp/outs/frameExtFunExtFun.out +++ b/idea/testData/debugger/tinyApp/outs/frameExtFunExtFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameExtFunExtFun.kt:24 -!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! frameExtFunExtFun.FrameExtFunExtFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameExtFunExtFun.FrameExtFunExtFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameExtFunExtFun.kt:24 Compile bytecode for valFoo diff --git a/idea/testData/debugger/tinyApp/outs/frameExtensionFun.out b/idea/testData/debugger/tinyApp/outs/frameExtensionFun.out index 0dfca25bb98..586b79b1186 100644 --- a/idea/testData/debugger/tinyApp/outs/frameExtensionFun.out +++ b/idea/testData/debugger/tinyApp/outs/frameExtensionFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameExtensionFun.kt:14 -!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! frameExtensionFun.FrameExtensionFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameExtensionFun.FrameExtensionFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameExtensionFun.kt:14 Compile bytecode for prop diff --git a/idea/testData/debugger/tinyApp/outs/frameInnerClass.out b/idea/testData/debugger/tinyApp/outs/frameInnerClass.out index 422c5c18c81..e475d6d0da9 100644 --- a/idea/testData/debugger/tinyApp/outs/frameInnerClass.out +++ b/idea/testData/debugger/tinyApp/outs/frameInnerClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameInnerClass.kt:17 -!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! frameInnerClass.FrameInnerClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameInnerClass.FrameInnerClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameInnerClass.kt:17 Compile bytecode for prop1 diff --git a/idea/testData/debugger/tinyApp/outs/frameInnerLambda.out b/idea/testData/debugger/tinyApp/outs/frameInnerLambda.out index 2a435ff065e..4f0c0051b15 100644 --- a/idea/testData/debugger/tinyApp/outs/frameInnerLambda.out +++ b/idea/testData/debugger/tinyApp/outs/frameInnerLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameInnerLambda.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! frameInnerLambda.FrameInnerLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameInnerLambda.FrameInnerLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameInnerLambda.kt:9 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameLambda.out b/idea/testData/debugger/tinyApp/outs/frameLambda.out index 6cca1b60409..37439ebc1c1 100644 --- a/idea/testData/debugger/tinyApp/outs/frameLambda.out +++ b/idea/testData/debugger/tinyApp/outs/frameLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameLambda.kt:7 -!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! frameLambda.FrameLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameLambda.FrameLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameLambda.kt:7 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameLambdaNotUsed.out b/idea/testData/debugger/tinyApp/outs/frameLambdaNotUsed.out index 16a25fff2ec..3dd3d44d4ef 100644 --- a/idea/testData/debugger/tinyApp/outs/frameLambdaNotUsed.out +++ b/idea/testData/debugger/tinyApp/outs/frameLambdaNotUsed.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameLambdaNotUsed.kt:7 -!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! frameLambdaNotUsed.FrameLambdaNotUsedPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameLambdaNotUsed.FrameLambdaNotUsedPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameLambdaNotUsed.kt:7 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameLocalVariable.out b/idea/testData/debugger/tinyApp/outs/frameLocalVariable.out index d851902da5c..11e70e16498 100644 --- a/idea/testData/debugger/tinyApp/outs/frameLocalVariable.out +++ b/idea/testData/debugger/tinyApp/outs/frameLocalVariable.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameLocalVariable.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! frameLocalVariable.FrameLocalVariablePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameLocalVariable.FrameLocalVariablePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameLocalVariable.kt:6 package frameLocalVariable diff --git a/idea/testData/debugger/tinyApp/outs/frameObject.out b/idea/testData/debugger/tinyApp/outs/frameObject.out index 43fff505714..696fd338b73 100644 --- a/idea/testData/debugger/tinyApp/outs/frameObject.out +++ b/idea/testData/debugger/tinyApp/outs/frameObject.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameObject.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! frameObject.FrameObjectPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameObject.FrameObjectPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameObject.kt:6 Compile bytecode for O.obProp diff --git a/idea/testData/debugger/tinyApp/outs/frameSharedVar.out b/idea/testData/debugger/tinyApp/outs/frameSharedVar.out index 645a2be1b55..3db651952ab 100644 --- a/idea/testData/debugger/tinyApp/outs/frameSharedVar.out +++ b/idea/testData/debugger/tinyApp/outs/frameSharedVar.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameSharedVar.kt:7 -!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! frameSharedVar.FrameSharedVarPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameSharedVar.FrameSharedVarPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameSharedVar.kt:7 Compile bytecode for var1 diff --git a/idea/testData/debugger/tinyApp/outs/frameSharedVarLocalVar.out b/idea/testData/debugger/tinyApp/outs/frameSharedVarLocalVar.out index a56691580cb..4bb6d7b02f7 100644 --- a/idea/testData/debugger/tinyApp/outs/frameSharedVarLocalVar.out +++ b/idea/testData/debugger/tinyApp/outs/frameSharedVarLocalVar.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameSharedVarLocalVar.kt:7 -!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! frameSharedVarLocalVar.FrameSharedVarLocalVarPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameSharedVarLocalVar.FrameSharedVarLocalVarPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameSharedVarLocalVar.kt:7 Compile bytecode for var1 diff --git a/idea/testData/debugger/tinyApp/outs/frameSimple.out b/idea/testData/debugger/tinyApp/outs/frameSimple.out index 49ba752f490..781811ebdb1 100644 --- a/idea/testData/debugger/tinyApp/outs/frameSimple.out +++ b/idea/testData/debugger/tinyApp/outs/frameSimple.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameSimple.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! frameSimple.FrameSimplePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameSimple.FrameSimplePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameSimple.kt:9 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameThis0.out b/idea/testData/debugger/tinyApp/outs/frameThis0.out index fa8498c6fba..2a1a94f9c72 100644 --- a/idea/testData/debugger/tinyApp/outs/frameThis0.out +++ b/idea/testData/debugger/tinyApp/outs/frameThis0.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameThis0.kt:16 -!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! frameThis0.FrameThis0Package +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameThis0.FrameThis0Package Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameThis0.kt:16 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameThis0Ext.out b/idea/testData/debugger/tinyApp/outs/frameThis0Ext.out index 7edd865b846..8bc4e042d81 100644 --- a/idea/testData/debugger/tinyApp/outs/frameThis0Ext.out +++ b/idea/testData/debugger/tinyApp/outs/frameThis0Ext.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameThis0Ext.kt:15 -!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! frameThis0Ext.FrameThis0ExtPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameThis0Ext.FrameThis0ExtPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameThis0Ext.kt:15 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/frameThis0This0.out b/idea/testData/debugger/tinyApp/outs/frameThis0This0.out index c2728a0f87d..d7d6f75a8b4 100644 --- a/idea/testData/debugger/tinyApp/outs/frameThis0This0.out +++ b/idea/testData/debugger/tinyApp/outs/frameThis0This0.out @@ -1,5 +1,5 @@ LineBreakpoint created at frameThis0This0.kt:17 -!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! frameThis0This0.FrameThis0This0Package +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! frameThis0This0.FrameThis0This0Package Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' frameThis0This0.kt:17 Compile bytecode for val1 diff --git a/idea/testData/debugger/tinyApp/outs/funFromOuterClassInLamdba.out b/idea/testData/debugger/tinyApp/outs/funFromOuterClassInLamdba.out index 70c9cc5b811..2f0dca460b8 100644 --- a/idea/testData/debugger/tinyApp/outs/funFromOuterClassInLamdba.out +++ b/idea/testData/debugger/tinyApp/outs/funFromOuterClassInLamdba.out @@ -1,7 +1,7 @@ LineBreakpoint created at funFromOuterClassInLamdba.kt:20 LineBreakpoint created at funFromOuterClassInLamdba.kt:28 LineBreakpoint created at funFromOuterClassInLamdba.kt:36 -!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! funFromOuterClassInLamdba.FunFromOuterClassInLamdbaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! funFromOuterClassInLamdba.FunFromOuterClassInLamdbaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' funFromOuterClassInLamdba.kt:20 Compile bytecode for foo() + 1 diff --git a/idea/testData/debugger/tinyApp/outs/funFromSuperClass.out b/idea/testData/debugger/tinyApp/outs/funFromSuperClass.out index 1b30179c23b..aa69ff79252 100644 --- a/idea/testData/debugger/tinyApp/outs/funFromSuperClass.out +++ b/idea/testData/debugger/tinyApp/outs/funFromSuperClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at funFromSuperClass.kt:12 -!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! funFromSuperClass.FunFromSuperClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! funFromSuperClass.FunFromSuperClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' funFromSuperClass.kt:12 Compile bytecode for foo() diff --git a/idea/testData/debugger/tinyApp/outs/funLiteral.out b/idea/testData/debugger/tinyApp/outs/funLiteral.out index b72d29c7463..0a14423038e 100644 --- a/idea/testData/debugger/tinyApp/outs/funLiteral.out +++ b/idea/testData/debugger/tinyApp/outs/funLiteral.out @@ -1,5 +1,5 @@ LineBreakpoint created at funLiteral.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! funLiteral.FunLiteralPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! funLiteral.FunLiteralPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' funLiteral.kt:5 funLiteral.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/fwAbstractProperty.out b/idea/testData/debugger/tinyApp/outs/fwAbstractProperty.out index a78f3821aa2..1472a44174f 100644 --- a/idea/testData/debugger/tinyApp/outs/fwAbstractProperty.out +++ b/idea/testData/debugger/tinyApp/outs/fwAbstractProperty.out @@ -2,7 +2,7 @@ KotlinFieldBreakpoint created at fwAbstractProperty.kt:5 KotlinFieldBreakpoint created at fwAbstractProperty.kt:8 KotlinFieldBreakpoint created at fwAbstractProperty.kt:42 KotlinFieldBreakpoint created at fwAbstractProperty.kt:45 -!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! fwAbstractProperty.FwAbstractPropertyPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwAbstractProperty.FwAbstractPropertyPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' fwAbstractProperty.kt:57 fwAbstractProperty.kt:59 diff --git a/idea/testData/debugger/tinyApp/outs/fwBackingField.out b/idea/testData/debugger/tinyApp/outs/fwBackingField.out index 2838bee2400..6c4bb9a1f84 100644 --- a/idea/testData/debugger/tinyApp/outs/fwBackingField.out +++ b/idea/testData/debugger/tinyApp/outs/fwBackingField.out @@ -6,7 +6,7 @@ KotlinFieldBreakpoint created at fwBackingField.kt:30 KotlinFieldBreakpoint created at fwBackingField.kt:32 KotlinFieldBreakpoint created at fwBackingField.kt:44 KotlinFieldBreakpoint created at fwBackingField.kt:47 -!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! fwBackingField.FwBackingFieldPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwBackingField.FwBackingFieldPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' fwBackingField.kt:18 fwBackingField.kt:21 diff --git a/idea/testData/debugger/tinyApp/outs/fwInitializer.out b/idea/testData/debugger/tinyApp/outs/fwInitializer.out index 0ac9c3e644f..b175aa52c42 100644 --- a/idea/testData/debugger/tinyApp/outs/fwInitializer.out +++ b/idea/testData/debugger/tinyApp/outs/fwInitializer.out @@ -1,7 +1,7 @@ KotlinFieldBreakpoint created at fwInitializer.kt:11 KotlinFieldBreakpoint created at fwInitializer.kt:16 KotlinFieldBreakpoint created at fwInitializer.kt:20 -!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! fwInitializer.FwInitializerPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwInitializer.FwInitializerPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' fwInitializer.kt:12 fwInitializer.kt:17 diff --git a/idea/testData/debugger/tinyApp/outs/fwPropertyInInterface.out b/idea/testData/debugger/tinyApp/outs/fwPropertyInInterface.out index 362b7a7702c..9137b5ef932 100644 --- a/idea/testData/debugger/tinyApp/outs/fwPropertyInInterface.out +++ b/idea/testData/debugger/tinyApp/outs/fwPropertyInInterface.out @@ -2,7 +2,7 @@ KotlinFieldBreakpoint created at fwPropertyInInterface.kt:5 KotlinFieldBreakpoint created at fwPropertyInInterface.kt:8 KotlinFieldBreakpoint created at fwPropertyInInterface.kt:42 KotlinFieldBreakpoint created at fwPropertyInInterface.kt:45 -!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! fwPropertyInInterface.FwPropertyInInterfacePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! fwPropertyInInterface.FwPropertyInInterfacePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' fwPropertyInInterface.kt:57 fwPropertyInInterface.kt:59 diff --git a/idea/testData/debugger/tinyApp/outs/imports.out b/idea/testData/debugger/tinyApp/outs/imports.out index 24ce92b3f26..f61197461c1 100644 --- a/idea/testData/debugger/tinyApp/outs/imports.out +++ b/idea/testData/debugger/tinyApp/outs/imports.out @@ -1,5 +1,5 @@ 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!;!CUSTOM_LIBRARY!;!RT_JAR! imports.ImportsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! imports.ImportsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' imports.kt:10 Compile bytecode for Collections.emptyList() diff --git a/idea/testData/debugger/tinyApp/outs/inapplicableFieldWatchpoints.out b/idea/testData/debugger/tinyApp/outs/inapplicableFieldWatchpoints.out index 9963536d281..4e87604c4df 100644 --- a/idea/testData/debugger/tinyApp/outs/inapplicableFieldWatchpoints.out +++ b/idea/testData/debugger/tinyApp/outs/inapplicableFieldWatchpoints.out @@ -1,4 +1,4 @@ -!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! inapplicableFieldWatchpoints.InapplicableFieldWatchpointsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! inapplicableFieldWatchpoints.InapplicableFieldWatchpointsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' Disconnected from the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' diff --git a/idea/testData/debugger/tinyApp/outs/inlineFunction.out b/idea/testData/debugger/tinyApp/outs/inlineFunction.out index 350128bee2c..0c3ff8ac7ad 100644 --- a/idea/testData/debugger/tinyApp/outs/inlineFunction.out +++ b/idea/testData/debugger/tinyApp/outs/inlineFunction.out @@ -1,5 +1,5 @@ LineBreakpoint created at inlineFunction.kt:7 -!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! inlineFunction.InlineFunctionPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! inlineFunction.InlineFunctionPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' inlineFunction.kt:7 Compile bytecode for myFun { 1 } diff --git a/idea/testData/debugger/tinyApp/outs/inlineFunctionalExpression.out b/idea/testData/debugger/tinyApp/outs/inlineFunctionalExpression.out index fc654dc8472..06f13028217 100644 --- a/idea/testData/debugger/tinyApp/outs/inlineFunctionalExpression.out +++ b/idea/testData/debugger/tinyApp/outs/inlineFunctionalExpression.out @@ -1,5 +1,5 @@ LineBreakpoint created at inlineFunctionalExpression.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! inlineFunctionalExpression.InlineFunctionalExpressionPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! inlineFunctionalExpression.InlineFunctionalExpressionPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' inlineFunctionalExpression.kt:9 inlineFunctionalExpression.kt:9 diff --git a/idea/testData/debugger/tinyApp/outs/inlineLambda.out b/idea/testData/debugger/tinyApp/outs/inlineLambda.out index c4aa3fd2b31..ffd6e2a6dd7 100644 --- a/idea/testData/debugger/tinyApp/outs/inlineLambda.out +++ b/idea/testData/debugger/tinyApp/outs/inlineLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at inlineLambda.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! inlineLambda.InlineLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! inlineLambda.InlineLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' inlineLambda.kt:9 inlineLambda.kt:9 diff --git a/idea/testData/debugger/tinyApp/outs/innerClass.out b/idea/testData/debugger/tinyApp/outs/innerClass.out index b6f129e24e6..d9e354c4066 100644 --- a/idea/testData/debugger/tinyApp/outs/innerClass.out +++ b/idea/testData/debugger/tinyApp/outs/innerClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at innerClass.kt:13 -!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! innerClass.InnerClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! innerClass.InnerClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' innerClass.kt:13 Compile bytecode for baseFun(innerProp) diff --git a/idea/testData/debugger/tinyApp/outs/insertInBlock.out b/idea/testData/debugger/tinyApp/outs/insertInBlock.out index 76802337d78..d5273921dc1 100644 --- a/idea/testData/debugger/tinyApp/outs/insertInBlock.out +++ b/idea/testData/debugger/tinyApp/outs/insertInBlock.out @@ -1,5 +1,5 @@ LineBreakpoint created at insertInBlock.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! insertInBlock.InsertInBlockPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! insertInBlock.InsertInBlockPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' insertInBlock.kt:6 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/javaFun.out b/idea/testData/debugger/tinyApp/outs/javaFun.out index dcd2729e9cf..f4ccc8edde6 100644 --- a/idea/testData/debugger/tinyApp/outs/javaFun.out +++ b/idea/testData/debugger/tinyApp/outs/javaFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at javaFun.kt:8 -!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! javaFun.JavaFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! javaFun.JavaFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' javaFun.kt:8 MyJavaClass.java:7 diff --git a/idea/testData/debugger/tinyApp/outs/kt5554OnlyIntsShouldBeCoerced.out b/idea/testData/debugger/tinyApp/outs/kt5554OnlyIntsShouldBeCoerced.out index 2fd066ac9aa..310e88c0b62 100644 --- a/idea/testData/debugger/tinyApp/outs/kt5554OnlyIntsShouldBeCoerced.out +++ b/idea/testData/debugger/tinyApp/outs/kt5554OnlyIntsShouldBeCoerced.out @@ -1,5 +1,5 @@ LineBreakpoint created at kt5554OnlyIntsShouldBeCoerced.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! kt5554OnlyIntsShouldBeCoerced.Kt5554OnlyIntsShouldBeCoercedPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! kt5554OnlyIntsShouldBeCoerced.Kt5554OnlyIntsShouldBeCoercedPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' kt5554OnlyIntsShouldBeCoerced.kt:5 Compile bytecode for Class.forName("java.lang.Object").getGenericInterfaces() diff --git a/idea/testData/debugger/tinyApp/outs/kt7046localVarInInline.out b/idea/testData/debugger/tinyApp/outs/kt7046localVarInInline.out index 92475f3622c..a908a1db93e 100644 --- a/idea/testData/debugger/tinyApp/outs/kt7046localVarInInline.out +++ b/idea/testData/debugger/tinyApp/outs/kt7046localVarInInline.out @@ -1,5 +1,5 @@ LineBreakpoint created at kt7046localVarInInline.kt:12 -!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! kt7046localVarInInline.Kt7046localVarInInlinePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! kt7046localVarInInline.Kt7046localVarInInlinePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' kt7046localVarInInline.kt:12 Compile bytecode for a*b diff --git a/idea/testData/debugger/tinyApp/outs/lCallOnLabeledObj.out b/idea/testData/debugger/tinyApp/outs/lCallOnLabeledObj.out index 8da3076a73e..cd62d0ff8c8 100644 --- a/idea/testData/debugger/tinyApp/outs/lCallOnLabeledObj.out +++ b/idea/testData/debugger/tinyApp/outs/lCallOnLabeledObj.out @@ -1,5 +1,5 @@ LineBreakpoint created at lCallOnLabeledObj.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! lCallOnLabeledObj.LCallOnLabeledObjPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! lCallOnLabeledObj.LCallOnLabeledObjPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' lCallOnLabeledObj.kt:6 Compile bytecode for myClass_DebugLabel.foo() diff --git a/idea/testData/debugger/tinyApp/outs/lSeveralLabels.out b/idea/testData/debugger/tinyApp/outs/lSeveralLabels.out index 91b13793640..ac085d3e015 100644 --- a/idea/testData/debugger/tinyApp/outs/lSeveralLabels.out +++ b/idea/testData/debugger/tinyApp/outs/lSeveralLabels.out @@ -1,5 +1,5 @@ LineBreakpoint created at lSeveralLabels.kt:8 -!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! lSeveralLabels.LSeveralLabelsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! lSeveralLabels.LSeveralLabelsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' lSeveralLabels.kt:8 Compile bytecode for a_DebugLabel diff --git a/idea/testData/debugger/tinyApp/outs/lSimple.out b/idea/testData/debugger/tinyApp/outs/lSimple.out index 0787991ff56..7fc92f18e9c 100644 --- a/idea/testData/debugger/tinyApp/outs/lSimple.out +++ b/idea/testData/debugger/tinyApp/outs/lSimple.out @@ -1,5 +1,5 @@ LineBreakpoint created at lSimple.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! lSimple.LSimplePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! lSimple.LSimplePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' lSimple.kt:6 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/lambdaOnSecondLine.out b/idea/testData/debugger/tinyApp/outs/lambdaOnSecondLine.out index 3d1cd670644..5b4ae3f10f0 100644 --- a/idea/testData/debugger/tinyApp/outs/lambdaOnSecondLine.out +++ b/idea/testData/debugger/tinyApp/outs/lambdaOnSecondLine.out @@ -1,5 +1,5 @@ LineBreakpoint created at lambdaOnSecondLine.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!;!CUSTOM_LIBRARY!;!RT_JAR! lambdaOnSecondLine.LambdaOnSecondLinePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! lambdaOnSecondLine.LambdaOnSecondLinePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' lambdaOnSecondLine.kt:10 lambdaOnSecondLine.kt:15 diff --git a/idea/testData/debugger/tinyApp/outs/localFun.out b/idea/testData/debugger/tinyApp/outs/localFun.out index 3b8d7b78235..f51642ce10c 100644 --- a/idea/testData/debugger/tinyApp/outs/localFun.out +++ b/idea/testData/debugger/tinyApp/outs/localFun.out @@ -5,7 +5,7 @@ LineBreakpoint created at localFun.kt:34 LineBreakpoint created at localFun.kt:43 LineBreakpoint created at localFun.kt:54 LineBreakpoint created at localFun.kt:61 -!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! localFun.LocalFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! localFun.LocalFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' localFun.kt:9 Compile bytecode for myLocalFun1() diff --git a/idea/testData/debugger/tinyApp/outs/localFunInLibrary.out b/idea/testData/debugger/tinyApp/outs/localFunInLibrary.out index 585d54afc5c..657b91bafd5 100644 --- a/idea/testData/debugger/tinyApp/outs/localFunInLibrary.out +++ b/idea/testData/debugger/tinyApp/outs/localFunInLibrary.out @@ -1,5 +1,5 @@ LineBreakpoint created at localFunCustomLib.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! localFunInLibrary.LocalFunInLibraryPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! localFunInLibrary.LocalFunInLibraryPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' localFunCustomLib.kt:6 Compile bytecode for localFun() diff --git a/idea/testData/debugger/tinyApp/outs/localVariables.out b/idea/testData/debugger/tinyApp/outs/localVariables.out index 032735705dd..479dfe022b1 100644 --- a/idea/testData/debugger/tinyApp/outs/localVariables.out +++ b/idea/testData/debugger/tinyApp/outs/localVariables.out @@ -1,5 +1,5 @@ LineBreakpoint created at localVariables.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! localVariables.LocalVariablesPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! localVariables.LocalVariablesPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' localVariables.kt:6 Compile bytecode for aaa1 diff --git a/idea/testData/debugger/tinyApp/outs/memberFunFromClass.out b/idea/testData/debugger/tinyApp/outs/memberFunFromClass.out index c4fdd6589d1..18ef2f3442c 100644 --- a/idea/testData/debugger/tinyApp/outs/memberFunFromClass.out +++ b/idea/testData/debugger/tinyApp/outs/memberFunFromClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at memberFunFromClass.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! memberFunFromClass.MemberFunFromClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! memberFunFromClass.MemberFunFromClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' memberFunFromClass.kt:6 memberFunFromClass.kt:10 diff --git a/idea/testData/debugger/tinyApp/outs/memberFunFromTopLevel.out b/idea/testData/debugger/tinyApp/outs/memberFunFromTopLevel.out index c0459835889..095168fa311 100644 --- a/idea/testData/debugger/tinyApp/outs/memberFunFromTopLevel.out +++ b/idea/testData/debugger/tinyApp/outs/memberFunFromTopLevel.out @@ -1,5 +1,5 @@ LineBreakpoint created at memberFunFromTopLevel.kt:13 -!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! memberFunFromTopLevel.MemberFunFromTopLevelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! memberFunFromTopLevel.MemberFunFromTopLevelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' memberFunFromTopLevel.kt:13 memberFunFromTopLevel.kt:5 diff --git a/idea/testData/debugger/tinyApp/outs/memberGetterFromClass.out b/idea/testData/debugger/tinyApp/outs/memberGetterFromClass.out index 13f1c782d95..c4427d91e1f 100644 --- a/idea/testData/debugger/tinyApp/outs/memberGetterFromClass.out +++ b/idea/testData/debugger/tinyApp/outs/memberGetterFromClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at memberGetterFromClass.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! memberGetterFromClass.MemberGetterFromClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! memberGetterFromClass.MemberGetterFromClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' memberGetterFromClass.kt:6 memberGetterFromClass.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/memberGetterFromTopLevel.out b/idea/testData/debugger/tinyApp/outs/memberGetterFromTopLevel.out index c2bc590529f..62e3344f02b 100644 --- a/idea/testData/debugger/tinyApp/outs/memberGetterFromTopLevel.out +++ b/idea/testData/debugger/tinyApp/outs/memberGetterFromTopLevel.out @@ -1,5 +1,5 @@ LineBreakpoint created at memberGetterFromTopLevel.kt:15 -!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! memberGetterFromTopLevel.MemberGetterFromTopLevelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! memberGetterFromTopLevel.MemberGetterFromTopLevelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' memberGetterFromTopLevel.kt:15 memberGetterFromTopLevel.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/methodWithBreakpoint.out b/idea/testData/debugger/tinyApp/outs/methodWithBreakpoint.out index 7961f817d9b..ec3add417e9 100644 --- a/idea/testData/debugger/tinyApp/outs/methodWithBreakpoint.out +++ b/idea/testData/debugger/tinyApp/outs/methodWithBreakpoint.out @@ -1,6 +1,6 @@ LineBreakpoint created at methodWithBreakpoint.kt:5 LineBreakpoint created at methodWithBreakpoint.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!;!CUSTOM_LIBRARY!;!RT_JAR! methodWithBreakpoint.MethodWithBreakpointPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! methodWithBreakpoint.MethodWithBreakpointPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' methodWithBreakpoint.kt:5 Compile bytecode for foo() diff --git a/idea/testData/debugger/tinyApp/outs/multilineExpressionAtBreakpoint.out b/idea/testData/debugger/tinyApp/outs/multilineExpressionAtBreakpoint.out index 8cb4a25734f..bf9f1283cd0 100644 --- a/idea/testData/debugger/tinyApp/outs/multilineExpressionAtBreakpoint.out +++ b/idea/testData/debugger/tinyApp/outs/multilineExpressionAtBreakpoint.out @@ -1,5 +1,5 @@ LineBreakpoint created at multilineExpressionAtBreakpoint.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! multilineExpressionAtBreakpoint.MultilineExpressionAtBreakpointPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! multilineExpressionAtBreakpoint.MultilineExpressionAtBreakpointPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' multilineExpressionAtBreakpoint.kt:5 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/npe.out b/idea/testData/debugger/tinyApp/outs/npe.out index 6eb221a3c78..0f14e0e083e 100644 --- a/idea/testData/debugger/tinyApp/outs/npe.out +++ b/idea/testData/debugger/tinyApp/outs/npe.out @@ -1,5 +1,5 @@ LineBreakpoint created at npe.kt:7 -!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! npe.NpePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! npe.NpePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' npe.kt:7 npe.kt:10 diff --git a/idea/testData/debugger/tinyApp/outs/objectFun.out b/idea/testData/debugger/tinyApp/outs/objectFun.out index 281dadf8074..fc3fff2f750 100644 --- a/idea/testData/debugger/tinyApp/outs/objectFun.out +++ b/idea/testData/debugger/tinyApp/outs/objectFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at objectFun.kt:11 -!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! objectFun.ObjectFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! objectFun.ObjectFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' objectFun.kt:11 objectFun.kt:5 diff --git a/idea/testData/debugger/tinyApp/outs/onClassHeader.out b/idea/testData/debugger/tinyApp/outs/onClassHeader.out index 594c77deb40..1e47a7a0246 100644 --- a/idea/testData/debugger/tinyApp/outs/onClassHeader.out +++ b/idea/testData/debugger/tinyApp/outs/onClassHeader.out @@ -1,5 +1,5 @@ LineBreakpoint created at onClassHeader.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! onClassHeader.OnClassHeaderPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! onClassHeader.OnClassHeaderPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' onClassHeader.kt:6 onClassHeader.kt:16 diff --git a/idea/testData/debugger/tinyApp/outs/onObjectHeader.out b/idea/testData/debugger/tinyApp/outs/onObjectHeader.out index 937a56ec228..6c2900cd52d 100644 --- a/idea/testData/debugger/tinyApp/outs/onObjectHeader.out +++ b/idea/testData/debugger/tinyApp/outs/onObjectHeader.out @@ -1,5 +1,5 @@ LineBreakpoint created at onObjectHeader.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! onObjectHeader.OnObjectHeaderPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! onObjectHeader.OnObjectHeaderPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' onObjectHeader.kt:5 onObjectHeader.kt:10 diff --git a/idea/testData/debugger/tinyApp/outs/oneLineFunctionalExpression.out b/idea/testData/debugger/tinyApp/outs/oneLineFunctionalExpression.out index 1c691ebf518..f6930c80cb5 100644 --- a/idea/testData/debugger/tinyApp/outs/oneLineFunctionalExpression.out +++ b/idea/testData/debugger/tinyApp/outs/oneLineFunctionalExpression.out @@ -1,5 +1,5 @@ LineBreakpoint created at oneLineFunctionalExpression.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! oneLineFunctionalExpression.OneLineFunctionalExpressionPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! oneLineFunctionalExpression.OneLineFunctionalExpressionPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' oneLineFunctionalExpression.kt:9 oneLineFunctionalExpression.kt:14 diff --git a/idea/testData/debugger/tinyApp/outs/oneLineLambda.out b/idea/testData/debugger/tinyApp/outs/oneLineLambda.out index 371a11d5fd9..fbd120b51a2 100644 --- a/idea/testData/debugger/tinyApp/outs/oneLineLambda.out +++ b/idea/testData/debugger/tinyApp/outs/oneLineLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at oneLineLambda.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! oneLineLambda.OneLineLambdaPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! oneLineLambda.OneLineLambdaPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' oneLineLambda.kt:9 oneLineLambda.kt:14 diff --git a/idea/testData/debugger/tinyApp/outs/privateMember.out b/idea/testData/debugger/tinyApp/outs/privateMember.out index 336374b400a..f6f790100e7 100644 --- a/idea/testData/debugger/tinyApp/outs/privateMember.out +++ b/idea/testData/debugger/tinyApp/outs/privateMember.out @@ -1,5 +1,5 @@ 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 +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! privateMember.PrivateMemberPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' privateMember.kt:9 Compile bytecode for MyClass().privateFun() diff --git a/idea/testData/debugger/tinyApp/outs/protectedMember.out b/idea/testData/debugger/tinyApp/outs/protectedMember.out index d7a0a87dbef..8e42de8b2e2 100644 --- a/idea/testData/debugger/tinyApp/outs/protectedMember.out +++ b/idea/testData/debugger/tinyApp/outs/protectedMember.out @@ -1,5 +1,5 @@ LineBreakpoint created at protectedMember.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! protectedMember.ProtectedMemberPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! protectedMember.ProtectedMemberPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' protectedMember.kt:5 Compile bytecode for MyClass().protectedFun() diff --git a/idea/testData/debugger/tinyApp/outs/reflectKClass.out b/idea/testData/debugger/tinyApp/outs/reflectKClass.out index 426128c5b49..a6008bee66d 100644 --- a/idea/testData/debugger/tinyApp/outs/reflectKClass.out +++ b/idea/testData/debugger/tinyApp/outs/reflectKClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at reflectKClass.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! reflectKClass.ReflectKClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! reflectKClass.ReflectKClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' reflectKClass.kt:5 reflectKClass.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/returnVoid.out b/idea/testData/debugger/tinyApp/outs/returnVoid.out index d7665944e15..b81620a76b2 100644 --- a/idea/testData/debugger/tinyApp/outs/returnVoid.out +++ b/idea/testData/debugger/tinyApp/outs/returnVoid.out @@ -1,5 +1,5 @@ LineBreakpoint created at returnVoid.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! returnVoid.ReturnVoidPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! returnVoid.ReturnVoidPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' returnVoid.kt:5 returnVoid.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/severalFunLiterals.out b/idea/testData/debugger/tinyApp/outs/severalFunLiterals.out index 979ebb54c6e..f40c23bda3c 100644 --- a/idea/testData/debugger/tinyApp/outs/severalFunLiterals.out +++ b/idea/testData/debugger/tinyApp/outs/severalFunLiterals.out @@ -1,5 +1,5 @@ LineBreakpoint created at severalFunLiterals.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! severalFunLiterals.SeveralFunLiteralsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! severalFunLiterals.SeveralFunLiteralsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' severalFunLiterals.kt:6 severalFunLiterals.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/severalFunLiteralsInClass.out b/idea/testData/debugger/tinyApp/outs/severalFunLiteralsInClass.out index 2eaaee520c5..59e8ec24162 100644 --- a/idea/testData/debugger/tinyApp/outs/severalFunLiteralsInClass.out +++ b/idea/testData/debugger/tinyApp/outs/severalFunLiteralsInClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at severalFunLiteralsInClass.kt:20 -!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! severalFunLiteralsInClass.SeveralFunLiteralsInClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! severalFunLiteralsInClass.SeveralFunLiteralsInClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' severalFunLiteralsInClass.kt:20 severalFunLiteralsInClass.kt:21 diff --git a/idea/testData/debugger/tinyApp/outs/simple.out b/idea/testData/debugger/tinyApp/outs/simple.out index ab6735cf4b0..7566f096053 100644 --- a/idea/testData/debugger/tinyApp/outs/simple.out +++ b/idea/testData/debugger/tinyApp/outs/simple.out @@ -1,5 +1,5 @@ LineBreakpoint created at simple.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! simple.SimplePackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! simple.SimplePackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' simple.kt:6 Compile bytecode for 1 diff --git a/idea/testData/debugger/tinyApp/outs/skipClassloader.out b/idea/testData/debugger/tinyApp/outs/skipClassloader.out index c26aad70073..53f717b437d 100644 --- a/idea/testData/debugger/tinyApp/outs/skipClassloader.out +++ b/idea/testData/debugger/tinyApp/outs/skipClassloader.out @@ -1,5 +1,5 @@ LineBreakpoint created at skipClassloader.kt:7 -!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! skipClassloader.SkipClassloaderPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! skipClassloader.SkipClassloaderPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' skipClassloader.kt:7 skipClassloader.kt:13 diff --git a/idea/testData/debugger/tinyApp/outs/skipConstructors.out b/idea/testData/debugger/tinyApp/outs/skipConstructors.out index 0dbcf4b5cd4..32ed6c41d21 100644 --- a/idea/testData/debugger/tinyApp/outs/skipConstructors.out +++ b/idea/testData/debugger/tinyApp/outs/skipConstructors.out @@ -1,5 +1,5 @@ LineBreakpoint created at skipConstructors.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! skipConstructors.SkipConstructorsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! skipConstructors.SkipConstructorsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' skipConstructors.kt:5 skipConstructors.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/stdlib.out b/idea/testData/debugger/tinyApp/outs/stdlib.out index d803fc7ac64..2085f233af8 100644 --- a/idea/testData/debugger/tinyApp/outs/stdlib.out +++ b/idea/testData/debugger/tinyApp/outs/stdlib.out @@ -1,5 +1,5 @@ LineBreakpoint created at stdlib.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! stdlib.StdlibPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stdlib.StdlibPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stdlib.kt:5 Compile bytecode for array(100, 101) diff --git a/idea/testData/debugger/tinyApp/outs/stdlibStep.out b/idea/testData/debugger/tinyApp/outs/stdlibStep.out index fcfd337cccc..256de48a58e 100644 --- a/idea/testData/debugger/tinyApp/outs/stdlibStep.out +++ b/idea/testData/debugger/tinyApp/outs/stdlibStep.out @@ -1,5 +1,5 @@ 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 +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stdlibStep.StdlibStepPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stdlibStep.kt:6 stdlibStep.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out index 66e28ac77f7..e73510cb8c8 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoFromInlineFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepIntoFromInlineFun.kt:13 -!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! stepIntoFromInlineFun.StepIntoFromInlineFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoFromInlineFun.StepIntoFromInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoFromInlineFun.kt:13 stepIntoFromInlineFun.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out index 4a6ab6e8ef6..c57d1b805f7 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoInlineFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepIntoInlineFun.kt:8 -!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! stepIntoInlineFun.StepIntoInlineFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoInlineFun.StepIntoInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoInlineFun.kt:8 stepIntoInlineFun.kt:13 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoSpecificKotlinClasses.out b/idea/testData/debugger/tinyApp/outs/stepIntoSpecificKotlinClasses.out index bdd1cc9bd58..5e706c76dd6 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoSpecificKotlinClasses.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoSpecificKotlinClasses.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepIntoSpecificKotlinClasses.kt:8 -!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! stepIntoSpecificKotlinClasses.StepIntoSpecificKotlinClassesPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoSpecificKotlinClasses.StepIntoSpecificKotlinClassesPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoSpecificKotlinClasses.kt:8 MyJavaClass.java:12 diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out index 993cb3d5e01..108f64f7345 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdLibInlineFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepIntoStdLibInlineFun.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! stepIntoStdLibInlineFun.StepIntoStdLibInlineFunPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdLibInlineFun.StepIntoStdLibInlineFunPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdLibInlineFun.kt:6 _Mapping.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out index 1eacbe33214..0f7fbd9ae81 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out @@ -1,5 +1,5 @@ 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 +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdlib.StepIntoStdlibPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdlib.kt:6 _Mapping.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out index d5f8c335b04..8fde5157a9a 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepIntoStdlibFacadeClass.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! stepIntoStdlibFacadeClass.StepIntoStdlibFacadeClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdlibFacadeClass.StepIntoStdlibFacadeClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdlibFacadeClass.kt:6 KotlinPackage.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out index 3eb92543d76..6d4e469759c 100644 --- a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out +++ b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out @@ -1,5 +1,5 @@ LineBreakpoint created at functionInLibrary.kt:3 -!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! stepIntoStdlibInlineFun2step.StepIntoStdlibInlineFun2stepPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepIntoStdlibInlineFun2step.StepIntoStdlibInlineFun2stepPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdlibInlineFun2step.kt:4 functionInLibrary.kt:4 diff --git a/idea/testData/debugger/tinyApp/outs/syntheticMethods.out b/idea/testData/debugger/tinyApp/outs/syntheticMethods.out index df8fc0cc90e..c1458e7260a 100644 --- a/idea/testData/debugger/tinyApp/outs/syntheticMethods.out +++ b/idea/testData/debugger/tinyApp/outs/syntheticMethods.out @@ -1,5 +1,5 @@ LineBreakpoint created at syntheticMethods.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! syntheticMethods.SyntheticMethodsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! syntheticMethods.SyntheticMethodsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' syntheticMethods.kt:6 syntheticMethods.kt:17 diff --git a/idea/testData/debugger/tinyApp/outs/toStringRenderer.out b/idea/testData/debugger/tinyApp/outs/toStringRenderer.out index 9332ef8ad5c..94dec9b6d67 100644 --- a/idea/testData/debugger/tinyApp/outs/toStringRenderer.out +++ b/idea/testData/debugger/tinyApp/outs/toStringRenderer.out @@ -1,5 +1,5 @@ LineBreakpoint created at toStringRenderer.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! toStringRenderer.ToStringRendererPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! toStringRenderer.ToStringRendererPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' toStringRenderer.kt:6 package toStringRenderer diff --git a/idea/testData/debugger/tinyApp/outs/topLevelFunFromClass.out b/idea/testData/debugger/tinyApp/outs/topLevelFunFromClass.out index dfa07e75cd6..623b5096d94 100644 --- a/idea/testData/debugger/tinyApp/outs/topLevelFunFromClass.out +++ b/idea/testData/debugger/tinyApp/outs/topLevelFunFromClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at topLevelFunFromClass.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! topLevelFunFromClass.TopLevelFunFromClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! topLevelFunFromClass.TopLevelFunFromClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' topLevelFunFromClass.kt:6 topLevelFunFromClass.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/topLevelFunFromTopLevel.out b/idea/testData/debugger/tinyApp/outs/topLevelFunFromTopLevel.out index c382e289ef9..07c3f35ee44 100644 --- a/idea/testData/debugger/tinyApp/outs/topLevelFunFromTopLevel.out +++ b/idea/testData/debugger/tinyApp/outs/topLevelFunFromTopLevel.out @@ -1,5 +1,5 @@ LineBreakpoint created at topLevelFunFromTopLevel.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! topLevelFunFromTopLevel.TopLevelFunFromTopLevelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! topLevelFunFromTopLevel.TopLevelFunFromTopLevelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' topLevelFunFromTopLevel.kt:9 topLevelFunFromTopLevel.kt:4 diff --git a/idea/testData/debugger/tinyApp/outs/topLevelGetterFromClass.out b/idea/testData/debugger/tinyApp/outs/topLevelGetterFromClass.out index feed27fe277..2f8e85bdf75 100644 --- a/idea/testData/debugger/tinyApp/outs/topLevelGetterFromClass.out +++ b/idea/testData/debugger/tinyApp/outs/topLevelGetterFromClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at topLevelGetterFromClass.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! topLevelGetterFromClass.TopLevelGetterFromClassPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! topLevelGetterFromClass.TopLevelGetterFromClassPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' topLevelGetterFromClass.kt:6 topLevelGetterFromClass.kt:12 diff --git a/idea/testData/debugger/tinyApp/outs/topLevelGetterFromTopLevel.out b/idea/testData/debugger/tinyApp/outs/topLevelGetterFromTopLevel.out index 778b2328f38..9e9b2080abc 100644 --- a/idea/testData/debugger/tinyApp/outs/topLevelGetterFromTopLevel.out +++ b/idea/testData/debugger/tinyApp/outs/topLevelGetterFromTopLevel.out @@ -1,5 +1,5 @@ LineBreakpoint created at topLevelGetterFromTopLevel.kt:11 -!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! topLevelGetterFromTopLevel.TopLevelGetterFromTopLevelPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! topLevelGetterFromTopLevel.TopLevelGetterFromTopLevelPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' topLevelGetterFromTopLevel.kt:11 topLevelGetterFromTopLevel.kt:5 diff --git a/idea/testData/debugger/tinyApp/outs/traits.out b/idea/testData/debugger/tinyApp/outs/traits.out index 5113725ac27..a252973ee6b 100644 --- a/idea/testData/debugger/tinyApp/outs/traits.out +++ b/idea/testData/debugger/tinyApp/outs/traits.out @@ -1,5 +1,5 @@ LineBreakpoint created at traits.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! traits.TraitsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! traits.TraitsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' traits.kt:5 traits.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineFirst.out b/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineFirst.out index 4bba20502da..669268cb237 100644 --- a/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineFirst.out +++ b/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineFirst.out @@ -1,5 +1,5 @@ LineBreakpoint created at twoLambdasOnOneLineFirst.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! twoLambdasOnOneLineFirst.TwoLambdasOnOneLineFirstPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! twoLambdasOnOneLineFirst.TwoLambdasOnOneLineFirstPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' twoLambdasOnOneLineFirst.kt:9 twoLambdasOnOneLineFirst.kt:14 diff --git a/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineSecond.out b/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineSecond.out index 69c467e794f..0fa98d52b7d 100644 --- a/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineSecond.out +++ b/idea/testData/debugger/tinyApp/outs/twoLambdasOnOneLineSecond.out @@ -1,5 +1,5 @@ LineBreakpoint created at twoLambdasOnOneLineSecond.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! twoLambdasOnOneLineSecond.TwoLambdasOnOneLineSecondPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! twoLambdasOnOneLineSecond.TwoLambdasOnOneLineSecondPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' twoLambdasOnOneLineSecond.kt:9 twoLambdasOnOneLineSecond.kt:14 diff --git a/idea/testData/debugger/tinyApp/outs/unboxParam.out b/idea/testData/debugger/tinyApp/outs/unboxParam.out index afecd718b84..5d144f5081f 100644 --- a/idea/testData/debugger/tinyApp/outs/unboxParam.out +++ b/idea/testData/debugger/tinyApp/outs/unboxParam.out @@ -1,5 +1,5 @@ LineBreakpoint created at unboxParam.kt:12 -!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! unboxParam.UnboxParamPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unboxParam.UnboxParamPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' unboxParam.kt:12 Compile bytecode for fooInt(nullableInt) diff --git a/idea/testData/debugger/tinyApp/outs/unsafeCall.out b/idea/testData/debugger/tinyApp/outs/unsafeCall.out index 8a0d7bdccb6..5018402b25e 100644 --- a/idea/testData/debugger/tinyApp/outs/unsafeCall.out +++ b/idea/testData/debugger/tinyApp/outs/unsafeCall.out @@ -1,5 +1,5 @@ LineBreakpoint created at unsafeCall.kt:8 -!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! unsafeCall.UnsafeCallPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! unsafeCall.UnsafeCallPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' unsafeCall.kt:8 Compile bytecode for s1.length() diff --git a/idea/testData/debugger/tinyApp/outs/vars.out b/idea/testData/debugger/tinyApp/outs/vars.out index d798a10eccc..12b5952d5bd 100644 --- a/idea/testData/debugger/tinyApp/outs/vars.out +++ b/idea/testData/debugger/tinyApp/outs/vars.out @@ -1,5 +1,5 @@ LineBreakpoint created at vars.kt:7 -!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! vars.VarsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! vars.VarsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' vars.kt:7 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/whenEntry.out b/idea/testData/debugger/tinyApp/outs/whenEntry.out index 5a4458b2581..a0ba48c4d31 100644 --- a/idea/testData/debugger/tinyApp/outs/whenEntry.out +++ b/idea/testData/debugger/tinyApp/outs/whenEntry.out @@ -1,7 +1,7 @@ LineBreakpoint created at whenEntry.kt:10 LineBreakpoint created at whenEntry.kt:18 LineBreakpoint created at whenEntry.kt:26 -!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! whenEntry.WhenEntryPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! whenEntry.WhenEntryPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' whenEntry.kt:10 Compile bytecode for a diff --git a/idea/testData/debugger/tinyApp/outs/whenExpr.out b/idea/testData/debugger/tinyApp/outs/whenExpr.out index 81134f02c41..5ac88e3a5c9 100644 --- a/idea/testData/debugger/tinyApp/outs/whenExpr.out +++ b/idea/testData/debugger/tinyApp/outs/whenExpr.out @@ -1,5 +1,5 @@ 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 +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!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 diff --git a/idea/testData/debugger/tinyApp/outs/withoutBodyFunctions.out b/idea/testData/debugger/tinyApp/outs/withoutBodyFunctions.out index eca46ecbcef..999198bc8db 100644 --- a/idea/testData/debugger/tinyApp/outs/withoutBodyFunctions.out +++ b/idea/testData/debugger/tinyApp/outs/withoutBodyFunctions.out @@ -4,7 +4,7 @@ LineBreakpoint created at withoutBodyFunctions.kt:21 LineBreakpoint created at withoutBodyFunctions.kt:27 LineBreakpoint created at withoutBodyFunctions.kt:32 LineBreakpoint created at withoutBodyFunctions.kt:37 -!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! withoutBodyFunctions.WithoutBodyFunctionsPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! withoutBodyFunctions.WithoutBodyFunctionsPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' withoutBodyFunctions.kt:9 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out b/idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out index 679135eeca3..701ba6ba52f 100644 --- a/idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out +++ b/idea/testData/debugger/tinyApp/outs/withoutBodyProperties.out @@ -5,7 +5,7 @@ LineBreakpoint created at withoutBodyProperties.kt:23 LineBreakpoint created at withoutBodyProperties.kt:28 LineBreakpoint created at withoutBodyProperties.kt:36 LineBreakpoint created at withoutBodyProperties.kt:43 -!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! withoutBodyProperties.WithoutBodyPropertiesPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! withoutBodyProperties.WithoutBodyPropertiesPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' withoutBodyProperties.kt:8 Compile bytecode for 1 + 1 diff --git a/idea/testData/debugger/tinyApp/outs/withoutBodyTypeParameters.out b/idea/testData/debugger/tinyApp/outs/withoutBodyTypeParameters.out index dc6c7971cf9..2549b8b2114 100644 --- a/idea/testData/debugger/tinyApp/outs/withoutBodyTypeParameters.out +++ b/idea/testData/debugger/tinyApp/outs/withoutBodyTypeParameters.out @@ -1,5 +1,5 @@ LineBreakpoint created at withoutBodyTypeParameters.kt:8 -!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! withoutBodyTypeParameters.WithoutBodyTypeParametersPackage +!JDK_HOME!\bin\java -agentlib:jdwp=transport=dt_socket,address=!HOST_NAME!:!HOST_PORT!,suspend=y,server=n -Dfile.encoding=!FILE_ENCODING! -classpath !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! withoutBodyTypeParameters.WithoutBodyTypeParametersPackage Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' withoutBodyTypeParameters.kt:8 Compile bytecode for i