From 6b2b64e43837b315ac6807182ce67f8d859c0ca3 Mon Sep 17 00:00:00 2001 From: Dmitry Petrov Date: Fri, 16 Oct 2015 13:47:00 +0300 Subject: [PATCH] Drop package facades: fix evaluation tests --- .../load/kotlin/PackagePartClassUtils.kt | 5 +++++ .../kotlin/idea/debugger/JetPositionManager.kt | 1 + .../breakpoints/KotlinFieldBreakpoint.kt | 3 ++- .../evaluate/KotlinEvaluationBuilder.kt | 3 --- .../kotlin/idea/util/DebuggerUtils.java | 18 ------------------ idea/testData/debugger/tinyApp/outs/_kt.out | 2 +- .../debugger/tinyApp/outs/abstractFunCall.out | 2 +- .../debugger/tinyApp/outs/accessors.out | 2 +- .../debugger/tinyApp/outs/anonymousObjects.out | 2 +- idea/testData/debugger/tinyApp/outs/arrays.out | 2 +- .../debugger/tinyApp/outs/boxParam.out | 2 +- .../tinyApp/outs/breakpointInInlineFun.out | 2 +- .../debugger/tinyApp/outs/callableBug.out | 2 +- .../tinyApp/outs/ceAnonymousObject.out | 2 +- .../ceAnonymousObjectCapturedInClosure.out | 2 +- .../outs/ceAnonymousObjectThisAsReceiver.out | 2 +- .../debugger/tinyApp/outs/ceLambda.out | 2 +- .../debugger/tinyApp/outs/ceLocalClass.out | 2 +- .../tinyApp/outs/ceLocalClassMembers.out | 2 +- .../outs/ceLocalClassWithSuperClass.out | 2 +- .../debugger/tinyApp/outs/ceMembers.out | 2 +- .../debugger/tinyApp/outs/ceObject.out | 2 +- .../debugger/tinyApp/outs/ceSeveralLambdas.out | 2 +- .../debugger/tinyApp/outs/ceSuperAccess.out | 2 +- .../debugger/tinyApp/outs/checkNotNull.out | 2 +- .../tinyApp/outs/classFromAnotherPackage.out | 2 +- .../tinyApp/outs/classObjectFunFromClass.out | 2 +- .../outs/classObjectFunFromTopLevel.out | 2 +- .../debugger/tinyApp/outs/classObjectVal.out | 2 +- .../debugger/tinyApp/outs/clearCache.out | 2 +- .../debugger/tinyApp/outs/collections.out | 2 +- .../debugger/tinyApp/outs/constructors.out | 2 +- .../debugger/tinyApp/outs/continueLabel.out | 2 +- .../tinyApp/outs/customLibClassName.out | 2 +- .../debugger/tinyApp/outs/defaultAccessors.out | 2 +- .../tinyApp/outs/delegatedPropertyInClass.out | 2 +- .../delegatedPropertyInClassWoRenderer.out | 2 +- .../debugger/tinyApp/outs/dependentOnFile.out | 2 +- .../tinyApp/outs/doNotSkipClassloader.out | 2 +- .../tinyApp/outs/doNotSkipConstructors.out | 2 +- .../testData/debugger/tinyApp/outs/doubles.out | 2 +- idea/testData/debugger/tinyApp/outs/enums.out | 2 +- idea/testData/debugger/tinyApp/outs/errors.out | 2 +- .../outs/evBreakpointOnPropertyDeclaration.out | 2 +- .../tinyApp/outs/evDelegatedProperty.out | 2 +- .../debugger/tinyApp/outs/evDuplicateItems.out | 2 +- .../debugger/tinyApp/outs/evFinalProperty.out | 2 +- .../debugger/tinyApp/outs/evLineRange.out | 2 +- .../debugger/tinyApp/outs/evProperty.out | 2 +- .../tinyApp/outs/evPropertyRefExpr.out | 2 +- .../tinyApp/outs/evSkipAnonymousObject.out | 2 +- .../debugger/tinyApp/outs/evSkipLambda.out | 2 +- .../debugger/tinyApp/outs/evSkipLocalClass.out | 2 +- .../debugger/tinyApp/outs/exceptions.out | 2 +- idea/testData/debugger/tinyApp/outs/extFun.out | 2 +- .../tinyApp/outs/extractLocalVariables.out | 2 +- .../debugger/tinyApp/outs/extractThis.out | 2 +- .../tinyApp/outs/extractThisInTrait.out | 2 +- .../tinyApp/outs/extractVariablesFromCall.out | 2 +- .../testData/debugger/tinyApp/outs/forLoop.out | 2 +- .../tinyApp/outs/frameAnonymousObject.out | 2 +- .../debugger/tinyApp/outs/frameClassObject.out | 2 +- .../tinyApp/outs/frameClosingBracket.out | 2 +- .../tinyApp/outs/frameExtFunExtFun.out | 2 +- .../tinyApp/outs/frameExtensionFun.out | 2 +- .../debugger/tinyApp/outs/frameInnerClass.out | 2 +- .../debugger/tinyApp/outs/frameInnerLambda.out | 2 +- .../debugger/tinyApp/outs/frameLambda.out | 2 +- .../tinyApp/outs/frameLambdaNotUsed.out | 2 +- .../tinyApp/outs/frameLocalVariable.out | 2 +- .../debugger/tinyApp/outs/frameObject.out | 2 +- .../debugger/tinyApp/outs/frameSharedVar.out | 2 +- .../tinyApp/outs/frameSharedVarLocalVar.out | 2 +- .../debugger/tinyApp/outs/frameSimple.out | 2 +- .../debugger/tinyApp/outs/frameThis0.out | 2 +- .../debugger/tinyApp/outs/frameThis0Ext.out | 2 +- .../debugger/tinyApp/outs/frameThis0This0.out | 2 +- .../tinyApp/outs/funFromOuterClassInLamdba.out | 2 +- .../tinyApp/outs/funFromSuperClass.out | 2 +- .../debugger/tinyApp/outs/funLiteral.out | 2 +- .../tinyApp/outs/fwAbstractProperty.out | 2 +- .../debugger/tinyApp/outs/fwBackingField.out | 2 +- .../debugger/tinyApp/outs/fwInitializer.out | 2 +- .../tinyApp/outs/fwPropertyInInterface.out | 2 +- .../tinyApp/outs/ifCapturedVariableKt9118.out | 2 +- .../testData/debugger/tinyApp/outs/imports.out | 2 +- .../outs/inapplicableFieldWatchpoints.out | 2 +- .../debugger/tinyApp/outs/inlineFunction.out | 2 +- .../outs/inlineFunctionalExpression.out | 2 +- .../debugger/tinyApp/outs/inlineLambda.out | 2 +- .../debugger/tinyApp/outs/innerClass.out | 2 +- .../debugger/tinyApp/outs/insertInBlock.out | 2 +- .../testData/debugger/tinyApp/outs/javaFun.out | 2 +- .../outs/kt5554OnlyIntsShouldBeCoerced.out | 2 +- .../tinyApp/outs/kt7046localVarInInline.out | 2 +- .../tinyApp/outs/lCallOnLabeledObj.out | 2 +- .../debugger/tinyApp/outs/lSeveralLabels.out | 2 +- .../testData/debugger/tinyApp/outs/lSimple.out | 2 +- .../tinyApp/outs/lambdaOnSecondLine.out | 2 +- .../debugger/tinyApp/outs/ldifferentTypes.out | 2 +- .../debugger/tinyApp/outs/localClass.out | 2 +- .../debugger/tinyApp/outs/localFun.out | 2 +- .../tinyApp/outs/localFunInLibrary.out | 2 +- .../debugger/tinyApp/outs/localVariables.out | 2 +- .../tinyApp/outs/memberFunFromClass.out | 2 +- .../tinyApp/outs/memberFunFromTopLevel.out | 2 +- .../tinyApp/outs/memberGetterFromClass.out | 2 +- .../tinyApp/outs/memberGetterFromTopLevel.out | 2 +- .../tinyApp/outs/methodWithBreakpoint.out | 2 +- .../outs/multilineExpressionAtBreakpoint.out | 2 +- idea/testData/debugger/tinyApp/outs/npe.out | 2 +- .../debugger/tinyApp/outs/objectFun.out | 2 +- .../debugger/tinyApp/outs/onClassHeader.out | 2 +- .../debugger/tinyApp/outs/onObjectHeader.out | 2 +- .../outs/oneLineFunctionalExpression.out | 2 +- .../debugger/tinyApp/outs/oneLineLambda.out | 2 +- .../tinyApp/outs/parametersOfInlineFun.out | 2 +- .../parametersOfInlineFunSeveralOnLine.out | 2 +- .../debugger/tinyApp/outs/privateMember.out | 2 +- .../debugger/tinyApp/outs/protectedMember.out | 2 +- .../debugger/tinyApp/outs/reflectKClass.out | 2 +- .../debugger/tinyApp/outs/returnVoid.out | 2 +- .../tinyApp/outs/severalFunLiterals.out | 2 +- .../tinyApp/outs/severalFunLiteralsInClass.out | 2 +- idea/testData/debugger/tinyApp/outs/simple.out | 2 +- .../debugger/tinyApp/outs/skipClassloader.out | 2 +- .../debugger/tinyApp/outs/skipConstructors.out | 2 +- idea/testData/debugger/tinyApp/outs/stdlib.out | 2 +- .../debugger/tinyApp/outs/stdlibStep.out | 2 +- .../tinyApp/outs/stepIntoFromInlineFun.out | 2 +- .../tinyApp/outs/stepIntoInlineFun.out | 2 +- .../outs/stepIntoSpecificKotlinClasses.out | 2 +- .../tinyApp/outs/stepIntoStdLibInlineFun.out | 2 +- .../debugger/tinyApp/outs/stepIntoStdlib.out | 2 +- .../tinyApp/outs/stepIntoStdlibFacadeClass.out | 2 +- .../outs/stepIntoStdlibInlineFun2step.out | 2 +- .../tinyApp/outs/stepOutInlineFunction.out | 2 +- .../outs/stepOutInlineFunctionStdlib.out | 2 +- .../outs/stepOutInlinedLambdaArgument.out | 2 +- .../stepOutSeveralInlineArgumentDeepest.out | 2 +- .../outs/stepOutSeveralInlineFunctions.out | 2 +- .../stepOutSeveralInlineFunctionsDeepest.out | 2 +- .../tinyApp/outs/stepOverIfWithInline.out | 2 +- .../outs/stepOverInlineFunctionInReturn.out | 2 +- .../tinyApp/outs/stepOverInlinedLambda.out | 2 +- .../outs/stepOverInlinedLambdaStdlib.out | 2 +- .../tinyApp/outs/stepOverReifiedParam.out | 2 +- .../tinyApp/outs/stepOverSimpleFun.out | 2 +- .../outs/stepOverTryCatchWithInline.out | 2 +- .../tinyApp/outs/stepOverWhenInReturn.out | 2 +- .../tinyApp/outs/stepOverWhenWithInline.out | 2 +- .../debugger/tinyApp/outs/syntheticMethods.out | 2 +- .../debugger/tinyApp/outs/toStringRenderer.out | 2 +- .../tinyApp/outs/topLevelFunFromClass.out | 2 +- .../tinyApp/outs/topLevelFunFromTopLevel.out | 2 +- .../tinyApp/outs/topLevelGetterFromClass.out | 2 +- .../outs/topLevelGetterFromTopLevel.out | 2 +- idea/testData/debugger/tinyApp/outs/traits.out | 2 +- .../tinyApp/outs/twoLambdasOnOneLineFirst.out | 2 +- .../tinyApp/outs/twoLambdasOnOneLineSecond.out | 2 +- .../debugger/tinyApp/outs/typeParameterRef.out | 2 +- .../debugger/tinyApp/outs/unboxParam.out | 2 +- .../debugger/tinyApp/outs/unsafeCall.out | 2 +- idea/testData/debugger/tinyApp/outs/vars.out | 2 +- .../debugger/tinyApp/outs/whenEntry.out | 2 +- .../debugger/tinyApp/outs/whenExpr.out | 2 +- .../tinyApp/outs/withoutBodyFunctions.out | 2 +- .../tinyApp/outs/withoutBodyProperties.out | 2 +- .../tinyApp/outs/withoutBodyTypeParameters.out | 2 +- .../idea/debugger/KotlinDebuggerTestCase.java | 5 ++++- .../idea/filters/JetExceptionFilterTest.kt | 12 ++++++------ 171 files changed, 182 insertions(+), 193 deletions(-) diff --git a/compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt b/compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt index 7d15ca0576b..6e041153ad9 100644 --- a/compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt +++ b/compiler/frontend.java/src/org/jetbrains/kotlin/load/kotlin/PackagePartClassUtils.kt @@ -49,6 +49,11 @@ public object PackagePartClassUtils { else "_$str" + @TestOnly + @JvmStatic + public fun getDefaultFileClassFqName(packageFqName: FqName, file: VirtualFile): FqName = + getPackagePartFqName(packageFqName, file.name) + @TestOnly @JvmStatic public fun getDefaultPartFqName(facadeClassFqName: FqName, file: VirtualFile): FqName = diff --git a/idea/src/org/jetbrains/kotlin/idea/debugger/JetPositionManager.kt b/idea/src/org/jetbrains/kotlin/idea/debugger/JetPositionManager.kt index 41f0785c7ee..44ae813875d 100644 --- a/idea/src/org/jetbrains/kotlin/idea/debugger/JetPositionManager.kt +++ b/idea/src/org/jetbrains/kotlin/idea/debugger/JetPositionManager.kt @@ -205,6 +205,7 @@ public class JetPositionManager(private val myDebugProcess: DebugProcess) : Mult if (psiFile is ClsFileImpl) { val decompiledPsiFile = runReadAction { psiFile.decompiledPsiFile } if (decompiledPsiFile is JetClsFile && sourcePosition.line == -1) { + // TODO get className from decompiledPsiFile (JetClsFile < JetFile) val className = PackageClassUtils.getPackageClassInternalName(decompiledPsiFile.packageFqName) return myDebugProcess.virtualMachineProxy.classesByName(className) } diff --git a/idea/src/org/jetbrains/kotlin/idea/debugger/breakpoints/KotlinFieldBreakpoint.kt b/idea/src/org/jetbrains/kotlin/idea/debugger/breakpoints/KotlinFieldBreakpoint.kt index ad43e168f98..ba810ac7afc 100644 --- a/idea/src/org/jetbrains/kotlin/idea/debugger/breakpoints/KotlinFieldBreakpoint.kt +++ b/idea/src/org/jetbrains/kotlin/idea/debugger/breakpoints/KotlinFieldBreakpoint.kt @@ -43,6 +43,7 @@ import com.sun.jdi.request.MethodEntryRequest import org.jetbrains.annotations.TestOnly import org.jetbrains.kotlin.descriptors.PropertyDescriptor import org.jetbrains.kotlin.descriptors.ValueParameterDescriptor +import org.jetbrains.kotlin.fileClasses.JvmFileClassUtil import org.jetbrains.kotlin.idea.caches.resolve.analyze import org.jetbrains.kotlin.idea.util.application.runReadAction import org.jetbrains.kotlin.load.java.JvmAbi @@ -102,7 +103,7 @@ class KotlinFieldBreakpoint( setFieldName(property.getName()!!) if (property is JetProperty && property.isTopLevel()) { - getProperties().myClassName = PackageClassUtils.getPackageClassFqName(property.getContainingJetFile().getPackageFqName()).asString() + getProperties().myClassName = JvmFileClassUtil.getFileClassInfoNoResolve(property.getContainingJetFile()).fileClassFqName.asString() } else { val jetClass: JetClassOrObject? = PsiTreeUtil.getParentOfType(property, javaClass()) diff --git a/idea/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt b/idea/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt index 620fe5eb8d1..ca8e24562d6 100644 --- a/idea/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt +++ b/idea/src/org/jetbrains/kotlin/idea/debugger/evaluate/KotlinEvaluationBuilder.kt @@ -189,7 +189,6 @@ class KotlinEvaluator(val codeFragment: JetCodeFragment, val classFileFactory = createClassFileFactory(codeFragment, extractedFunction, context, parametersDescriptor) val outputFiles = classFileFactory.asList().filterClassFiles() - .filter { it.relativePath != "$packageInternalName.class" } .sortedBy { it.relativePath.length() } val funName = runReadAction { extractedFunction.name } @@ -465,8 +464,6 @@ package packageForDebugger !FUNCTION! """ -private val packageInternalName = PackageClassUtils.getPackageClassInternalName(FqName("packageForDebugger")) - private fun createFileForDebugger(codeFragment: JetCodeFragment, extractedFunction: JetNamedFunction ): JetFile { diff --git a/idea/src/org/jetbrains/kotlin/idea/util/DebuggerUtils.java b/idea/src/org/jetbrains/kotlin/idea/util/DebuggerUtils.java index 203ba566d77..6b2c9b6a388 100644 --- a/idea/src/org/jetbrains/kotlin/idea/util/DebuggerUtils.java +++ b/idea/src/org/jetbrains/kotlin/idea/util/DebuggerUtils.java @@ -95,27 +95,9 @@ public class DebuggerUtils { return null; } - if (isPackageClassName(className)) { - for (JetFile file : filesWithExactName) { - boolean hasTopLevelMembers = CollectionsKt.any(file.getDeclarations(), new Function1() { - @Override - public Boolean invoke(JetDeclaration declaration) { - return !(declaration instanceof JetClassOrObject); - } - }); - if (hasTopLevelMembers) return file; - } - } - return filesWithExactName.iterator().next(); } - private static boolean isPackageClassName(JvmClassName className) { - String packageName = PackageClassUtils.getPackageClassInternalName(className.getPackageFqName()); - - return packageName.equals(className.getInternalName()); - } - @NotNull public static Pair> analyzeInlinedFunctions( @NotNull ResolutionFacade resolutionFacadeForFile, diff --git a/idea/testData/debugger/tinyApp/outs/_kt.out b/idea/testData/debugger/tinyApp/outs/_kt.out index 933cd8fba24..81a5891814a 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 !OUTPUT_PATH!;!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! _ktKt 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 e972562230d..6d074015bab 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 !OUTPUT_PATH!;!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.AbstractFunCallKt 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 3ef0eda91c6..a11612b8845 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 !OUTPUT_PATH!;!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.AccessorsKt 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 bb83d35f1aa..92dfafa0176 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 !OUTPUT_PATH!;!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.AnonymousObjectsKt 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 805cb1e9f07..d1a03a940aa 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 !OUTPUT_PATH!;!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.ArraysKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' arrays.kt:5 Compile bytecode for arrayOf(1, 2).map { it.toString() } diff --git a/idea/testData/debugger/tinyApp/outs/boxParam.out b/idea/testData/debugger/tinyApp/outs/boxParam.out index 9a3928185ab..23bae656647 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 !OUTPUT_PATH!;!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.BoxParamKt 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 4720e953202..073251bb6b0 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 !OUTPUT_PATH!;!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.BreakpointInInlineFunKt 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 f57094adfa8..3d2cb0c21cd 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 !OUTPUT_PATH!;!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.CallableBugKt 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 c1320a3a14b..6c6fc1f0ba0 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 !OUTPUT_PATH!;!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.CeAnonymousObjectKt 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 e01c1899a50..d2994ac91c6 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 !OUTPUT_PATH!;!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.CeAnonymousObjectCapturedInClosureKt 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 8b3eef9a83b..690baa5007a 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 !OUTPUT_PATH!;!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.CeAnonymousObjectThisAsReceiverKt 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 725d9f06ecd..57e07f4f8ad 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 !OUTPUT_PATH!;!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.CeLambdaKt 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 9d1dd1331e1..994718642ab 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 !OUTPUT_PATH!;!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.CeLocalClassKt 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 f1bec0625c5..9f01857eb72 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 !OUTPUT_PATH!;!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.CeLocalClassMembersKt 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 167e2f6c768..c75f3963948 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 !OUTPUT_PATH!;!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.CeLocalClassWithSuperClassKt 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 1acbfdd5ee9..c2c53e2b5e2 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 !OUTPUT_PATH!;!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.CeMembersKt 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 4aba729136f..6d622e9b168 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 !OUTPUT_PATH!;!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.CeObjectKt 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 f82bad44df7..4c72811a6aa 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 !OUTPUT_PATH!;!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.CeSeveralLambdasKt 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 05b3b96b8b1..345b62e3bca 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 !OUTPUT_PATH!;!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.CeSuperAccessKt 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 2ac949088cd..c833650dbac 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 !OUTPUT_PATH!;!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.CheckNotNullKt 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 0a677fc6d7c..ccecb1e8881 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 !OUTPUT_PATH!;!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.ClassFromAnotherPackageKt 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 48ec23864c8..7caaeeffd58 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 !OUTPUT_PATH!;!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.ClassObjectFunFromClassKt 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 350b586b5f8..dab62e84c76 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 !OUTPUT_PATH!;!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.ClassObjectFunFromTopLevelKt 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 5ad08c6615c..836d0b90a69 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 !OUTPUT_PATH!;!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.ClassObjectValKt 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 3d5c2045032..4acfbbbdcc2 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 !OUTPUT_PATH!;!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.ClearCacheKt 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 897e688de7d..8f0bfbc9633 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 !OUTPUT_PATH!;!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.CollectionsKt 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/constructors.out b/idea/testData/debugger/tinyApp/outs/constructors.out index f2900c80495..eb47fcf06ed 100644 --- a/idea/testData/debugger/tinyApp/outs/constructors.out +++ b/idea/testData/debugger/tinyApp/outs/constructors.out @@ -2,7 +2,7 @@ LineBreakpoint created at constructors.kt:9 LineBreakpoint created at constructors.kt:13 LineBreakpoint created at constructors.kt:20 LineBreakpoint created at constructors.kt:28 -!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! constructors.ConstructorsPackage +!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! constructors.ConstructorsKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' constructors.kt:9 Compile bytecode for p diff --git a/idea/testData/debugger/tinyApp/outs/continueLabel.out b/idea/testData/debugger/tinyApp/outs/continueLabel.out index 107fa757f78..455f8fc35a8 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 !OUTPUT_PATH!;!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.ContinueLabelKt 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 e9517018695..c2f04dc339c 100644 --- a/idea/testData/debugger/tinyApp/outs/customLibClassName.out +++ b/idea/testData/debugger/tinyApp/outs/customLibClassName.out @@ -3,7 +3,7 @@ LineBreakpoint created at a1.kt:3 LineBreakpoint created at a1.kt:3 LineBreakpoint created at a1.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 !OUTPUT_PATH!;!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.CustomLibClassNameKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' a1.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 e4df8049f9c..ee76fe930f1 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 !OUTPUT_PATH!;!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.DefaultAccessorsKt 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 7c67ceddc52..6d0ab104f85 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:9 -!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 +!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.DelegatedPropertyInClassKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' delegatedPropertyInClass.kt:9 package delegatedPropertyInClass diff --git a/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out b/idea/testData/debugger/tinyApp/outs/delegatedPropertyInClassWoRenderer.out index 35895399cfc..f82f11c5ce9 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:9 -!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 +!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.DelegatedPropertyInClassWoRendererKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' delegatedPropertyInClassWoRenderer.kt:9 package delegatedPropertyInClassWoRenderer diff --git a/idea/testData/debugger/tinyApp/outs/dependentOnFile.out b/idea/testData/debugger/tinyApp/outs/dependentOnFile.out index 59f5cb480bc..c0d2ae81cc6 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:7 -!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 +!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.DependentOnFileKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' dependentOnFile.kt:7 Compile bytecode for TestClass().testFun() diff --git a/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out b/idea/testData/debugger/tinyApp/outs/doNotSkipClassloader.out index 08a6e4cad7a..582285abfcc 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 !OUTPUT_PATH!;!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.DoNotSkipClassloaderKt 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 485074115ab..e5b5916442d 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 !OUTPUT_PATH!;!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.DoNotSkipConstructorsKt 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 aa1171cd16b..5e365e66311 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 !OUTPUT_PATH!;!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.DoublesKt 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 c09f3259637..4a817bb109b 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 !OUTPUT_PATH!;!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.EnumsKt 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 596c42fa27a..517980448d2 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 !OUTPUT_PATH!;!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.ErrorsKt 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 bf219cdee98..e3e30781de7 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 !OUTPUT_PATH!;!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.EvBreakpointOnPropertyDeclarationKt 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 da7d7f60175..6d6cbd4a2f7 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 !OUTPUT_PATH!;!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.EvDelegatedPropertyKt 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 a97cf2ca19a..0946af65926 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 !OUTPUT_PATH!;!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.EvDuplicateItemsKt 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 07688a8faaf..dd868c4547b 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 !OUTPUT_PATH!;!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.EvFinalPropertyKt 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 edbe112fceb..51d1666b160 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 !OUTPUT_PATH!;!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.EvLineRangeKt 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 d4a100a8241..751f30968c1 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 !OUTPUT_PATH!;!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.EvPropertyKt 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 0e89423858a..88a55868924 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 !OUTPUT_PATH!;!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.EvPropertyRefExprKt 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 0bfddf807c5..107733c6def 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 !OUTPUT_PATH!;!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.EvSkipAnonymousObjectKt 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 30394fd6d64..68cb90678ec 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 !OUTPUT_PATH!;!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.EvSkipLambdaKt 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 6e28ab2f133..c98d214dcbc 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 !OUTPUT_PATH!;!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.EvSkipLocalClassKt 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 849a72e6b7b..f340823574b 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 !OUTPUT_PATH!;!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.ExceptionsKt 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 2fbc98fa8f8..57e0a11202e 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 !OUTPUT_PATH!;!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.ExtFunKt 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 546c43115de..19bf2cc4c66 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 !OUTPUT_PATH!;!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.ExtractLocalVariablesKt 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 94d588ef5e7..d725df31162 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 !OUTPUT_PATH!;!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.ExtractThisKt 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 778d7893d52..fda7d39b5fa 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 !OUTPUT_PATH!;!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.ExtractThisInTraitKt 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 65216ae29fb..b3b01b85e88 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 !OUTPUT_PATH!;!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.ExtractVariablesFromCallKt 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 4f506586014..92166265f1a 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 !OUTPUT_PATH!;!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.ForLoopKt 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 eb7c4238f2a..066b03c8fb2 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 !OUTPUT_PATH!;!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.FrameAnonymousObjectKt 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 b70227d4f0e..d4b23db8f89 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 !OUTPUT_PATH!;!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.FrameClassObjectKt 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 bac507e8540..0842c5cdf4a 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 !OUTPUT_PATH!;!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.FrameClosingBracketKt 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 6b51781298d..08d4ff4e805 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 !OUTPUT_PATH!;!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.FrameExtFunExtFunKt 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 54d8d71960a..6dd02949b2f 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 !OUTPUT_PATH!;!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.FrameExtensionFunKt 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 e475d6d0da9..1fbf71fa4fc 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 !OUTPUT_PATH!;!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.FrameInnerClassKt 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 23f148b228d..044bae0d080 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 !OUTPUT_PATH!;!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.FrameInnerLambdaKt 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 bb4d1d1a07a..e52ac848a54 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 !OUTPUT_PATH!;!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.FrameLambdaKt 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 232e02dbe47..789bf2a7ac0 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 !OUTPUT_PATH!;!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.FrameLambdaNotUsedKt 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 70c0f281d16..98bbf45a61a 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 !OUTPUT_PATH!;!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.FrameLocalVariableKt 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 1ff6ddde5a0..f76b784a369 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 !OUTPUT_PATH!;!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.FrameObjectKt 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 47cccfe9bf1..f9249ad3ab7 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 !OUTPUT_PATH!;!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.FrameSharedVarKt 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 485747531a2..e3a28fb038b 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 !OUTPUT_PATH!;!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.FrameSharedVarLocalVarKt 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 04c209e7f45..cc34cd58863 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 !OUTPUT_PATH!;!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.FrameSimpleKt 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 2a1a94f9c72..370c7ab5207 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 !OUTPUT_PATH!;!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.FrameThis0Kt 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 8bc4e042d81..0bfc669ab90 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 !OUTPUT_PATH!;!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.FrameThis0ExtKt 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 d7d6f75a8b4..a6950816cda 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 !OUTPUT_PATH!;!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.FrameThis0This0Kt 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 2f0dca460b8..0ea0e9a571a 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 !OUTPUT_PATH!;!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.FunFromOuterClassInLamdbaKt 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 aa69ff79252..545f30b1f9a 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 !OUTPUT_PATH!;!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.FunFromSuperClassKt 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 0a14423038e..939e689fcf9 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 !OUTPUT_PATH!;!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.FunLiteralKt 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 1472a44174f..be80c8d95dc 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 !OUTPUT_PATH!;!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.FwAbstractPropertyKt 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 379a988ec3b..0fd06099923 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 !OUTPUT_PATH!;!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.FwBackingFieldKt 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 b175aa52c42..17d860058cb 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 !OUTPUT_PATH!;!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.FwInitializerKt 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 9137b5ef932..2a5d2613ee9 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 !OUTPUT_PATH!;!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.FwPropertyInInterfaceKt 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/ifCapturedVariableKt9118.out b/idea/testData/debugger/tinyApp/outs/ifCapturedVariableKt9118.out index b4c7b55cf94..cf15f867675 100644 --- a/idea/testData/debugger/tinyApp/outs/ifCapturedVariableKt9118.out +++ b/idea/testData/debugger/tinyApp/outs/ifCapturedVariableKt9118.out @@ -1,5 +1,5 @@ LineBreakpoint created at ifCapturedVariableKt9118.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! ifCapturedVariableKt9118.IfCapturedVariableKt9118Package +!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! ifCapturedVariableKt9118.IfCapturedVariableKt9118Kt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ifCapturedVariableKt9118.kt:5 ifCapturedVariableKt9118.kt:8 diff --git a/idea/testData/debugger/tinyApp/outs/imports.out b/idea/testData/debugger/tinyApp/outs/imports.out index f61197461c1..dc0f4697338 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 !OUTPUT_PATH!;!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.ImportsKt 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 4e87604c4df..8180697c81c 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 !OUTPUT_PATH!;!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.InapplicableFieldWatchpointsKt 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 0c3ff8ac7ad..9a6eadf0c6c 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 !OUTPUT_PATH!;!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.InlineFunctionKt 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 ed3b77b37f5..f7191679118 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 !OUTPUT_PATH!;!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.InlineFunctionalExpressionKt 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 3b6dc528560..8994c04e9b8 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 !OUTPUT_PATH!;!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.InlineLambdaKt 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 d9e354c4066..4c61898280f 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 !OUTPUT_PATH!;!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.InnerClassKt 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 d5273921dc1..cf75427461b 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 !OUTPUT_PATH!;!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.InsertInBlockKt 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 f4ccc8edde6..02ea3be702e 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 !OUTPUT_PATH!;!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.JavaFunKt 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 310e88c0b62..710b3f1f99e 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 !OUTPUT_PATH!;!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.Kt5554OnlyIntsShouldBeCoercedKt 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 a908a1db93e..8028ffb0f2c 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 !OUTPUT_PATH!;!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.Kt7046localVarInInlineKt 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 cd62d0ff8c8..bc4f24e22d1 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 !OUTPUT_PATH!;!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.LCallOnLabeledObjKt 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 ac085d3e015..dfa9d81ff57 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 !OUTPUT_PATH!;!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.LSeveralLabelsKt 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 7fc92f18e9c..7a606aae03a 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 !OUTPUT_PATH!;!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.LSimpleKt 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 5b4ae3f10f0..1ecb75384ab 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 !OUTPUT_PATH!;!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.LambdaOnSecondLineKt 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/ldifferentTypes.out b/idea/testData/debugger/tinyApp/outs/ldifferentTypes.out index 2eab5499854..ad7be4be30b 100644 --- a/idea/testData/debugger/tinyApp/outs/ldifferentTypes.out +++ b/idea/testData/debugger/tinyApp/outs/ldifferentTypes.out @@ -1,5 +1,5 @@ LineBreakpoint created at ldifferentTypes.kt:92 -!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! ldifferentTypes.LdifferentTypesPackage +!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! ldifferentTypes.LdifferentTypesKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' ldifferentTypes.kt:92 Compile bytecode for str_DebugLabel diff --git a/idea/testData/debugger/tinyApp/outs/localClass.out b/idea/testData/debugger/tinyApp/outs/localClass.out index 0f491981ee2..350e9ad5a1e 100644 --- a/idea/testData/debugger/tinyApp/outs/localClass.out +++ b/idea/testData/debugger/tinyApp/outs/localClass.out @@ -1,5 +1,5 @@ LineBreakpoint created at localClass.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! localClass.LocalClassPackage +!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! localClass.LocalClassKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' localClass.kt:10 Compile bytecode for local diff --git a/idea/testData/debugger/tinyApp/outs/localFun.out b/idea/testData/debugger/tinyApp/outs/localFun.out index f51642ce10c..26009ef3e5b 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 !OUTPUT_PATH!;!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.LocalFunKt 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 657b91bafd5..9bacddb8ac6 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 !OUTPUT_PATH!;!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.LocalFunInLibraryKt 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 479dfe022b1..c272379bb33 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 !OUTPUT_PATH!;!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.LocalVariablesKt 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 18ef2f3442c..ec13983cc3f 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 !OUTPUT_PATH!;!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.MemberFunFromClassKt 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 095168fa311..b637283b795 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 !OUTPUT_PATH!;!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.MemberFunFromTopLevelKt 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 c4427d91e1f..d9eef881142 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 !OUTPUT_PATH!;!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.MemberGetterFromClassKt 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 62e3344f02b..201159285a3 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 !OUTPUT_PATH!;!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.MemberGetterFromTopLevelKt 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 ec3add417e9..99aa3284d32 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 !OUTPUT_PATH!;!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.MethodWithBreakpointKt 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 bf9f1283cd0..058ce19e017 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 !OUTPUT_PATH!;!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.MultilineExpressionAtBreakpointKt 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 0f14e0e083e..f632a025f3f 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 !OUTPUT_PATH!;!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.NpeKt 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 fc3fff2f750..400c3d15a0f 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 !OUTPUT_PATH!;!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.ObjectFunKt 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 1e47a7a0246..704aaef5f43 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 !OUTPUT_PATH!;!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.OnClassHeaderKt 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 6c2900cd52d..3eef47baed1 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 !OUTPUT_PATH!;!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.OnObjectHeaderKt 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 f6930c80cb5..5d211df4019 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 !OUTPUT_PATH!;!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.OneLineFunctionalExpressionKt 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 fbd120b51a2..38f9b24af8a 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 !OUTPUT_PATH!;!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.OneLineLambdaKt 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/parametersOfInlineFun.out b/idea/testData/debugger/tinyApp/outs/parametersOfInlineFun.out index fe6656cbe10..d673701e026 100644 --- a/idea/testData/debugger/tinyApp/outs/parametersOfInlineFun.out +++ b/idea/testData/debugger/tinyApp/outs/parametersOfInlineFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at parametersOfInlineFun.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! parametersOfInlineFun.ParametersOfInlineFunPackage +!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! parametersOfInlineFun.ParametersOfInlineFunKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' parametersOfInlineFun.kt:8 parametersOfInlineFun.kt:8 diff --git a/idea/testData/debugger/tinyApp/outs/parametersOfInlineFunSeveralOnLine.out b/idea/testData/debugger/tinyApp/outs/parametersOfInlineFunSeveralOnLine.out index dfe78b9bd9d..1bc3985c9ff 100644 --- a/idea/testData/debugger/tinyApp/outs/parametersOfInlineFunSeveralOnLine.out +++ b/idea/testData/debugger/tinyApp/outs/parametersOfInlineFunSeveralOnLine.out @@ -1,5 +1,5 @@ LineBreakpoint created at parametersOfInlineFunSeveralOnLine.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! parametersOfInlineFunSeveralOnLine.ParametersOfInlineFunSeveralOnLinePackage +!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! parametersOfInlineFunSeveralOnLine.ParametersOfInlineFunSeveralOnLineKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' parametersOfInlineFunSeveralOnLine.kt:8 parametersOfInlineFunSeveralOnLine.kt:8 diff --git a/idea/testData/debugger/tinyApp/outs/privateMember.out b/idea/testData/debugger/tinyApp/outs/privateMember.out index f6f790100e7..4cda22277ad 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 !OUTPUT_PATH!;!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.PrivateMemberKt 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 8e42de8b2e2..733f6e5cd1c 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 !OUTPUT_PATH!;!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.ProtectedMemberKt 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 a6008bee66d..6579a3da74e 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 !OUTPUT_PATH!;!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.ReflectKClassKt 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 b81620a76b2..fe7bdbdccfd 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 !OUTPUT_PATH!;!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.ReturnVoidKt 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 f40c23bda3c..08bdb72f63e 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 !OUTPUT_PATH!;!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.SeveralFunLiteralsKt 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 59e8ec24162..79af24c3e08 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 !OUTPUT_PATH!;!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.SeveralFunLiteralsInClassKt 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 88620ed134c..c9cac52453d 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 !OUTPUT_PATH!;!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.SimpleKt 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 53f717b437d..0b9482cb540 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 !OUTPUT_PATH!;!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.SkipClassloaderKt 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 32ed6c41d21..f9c30a333ab 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 !OUTPUT_PATH!;!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.SkipConstructorsKt 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 c076b2a4cd9..db059436402 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 !OUTPUT_PATH!;!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.StdlibKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stdlib.kt:5 Compile bytecode for arrayOf(100, 101) diff --git a/idea/testData/debugger/tinyApp/outs/stdlibStep.out b/idea/testData/debugger/tinyApp/outs/stdlibStep.out index 256de48a58e..112feba3841 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 !OUTPUT_PATH!;!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.StdlibStepKt 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 e73510cb8c8..096233758b4 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 !OUTPUT_PATH!;!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.StepIntoFromInlineFunKt 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 c57d1b805f7..ec8c4ebf041 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 !OUTPUT_PATH!;!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.StepIntoInlineFunKt 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 5e706c76dd6..84575312c95 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 !OUTPUT_PATH!;!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.StepIntoSpecificKotlinClassesKt 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 dee2d35702c..fa3e3419f8f 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 !OUTPUT_PATH!;!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.StepIntoStdLibInlineFunKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdLibInlineFun.kt:6 _Collections.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlib.out index 16b23ad9c89..b8172509190 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 !OUTPUT_PATH!;!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.StepIntoStdlibKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdlib.kt:6 ArraysKt.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibFacadeClass.out index 8c3a4759e2f..9ddfd6f5568 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 !OUTPUT_PATH!;!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.StepIntoStdlibFacadeClassKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepIntoStdlibFacadeClass.kt:6 ArraysKt.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out b/idea/testData/debugger/tinyApp/outs/stepIntoStdlibInlineFun2step.out index 6d4e469759c..bee2cd79ebe 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 !OUTPUT_PATH!;!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.StepIntoStdlibInlineFun2stepKt 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/stepOutInlineFunction.out b/idea/testData/debugger/tinyApp/outs/stepOutInlineFunction.out index 6dae41c9b83..06e14d7aca8 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutInlineFunction.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutInlineFunction.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutInlineFunction.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutInlineFunction.StepOutInlineFunctionPackage +!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! stepOutInlineFunction.StepOutInlineFunctionKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutInlineFunction.kt:12 stepOutInlineFunction.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepOutInlineFunctionStdlib.out b/idea/testData/debugger/tinyApp/outs/stepOutInlineFunctionStdlib.out index a0a23ddb7de..217cd10804c 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutInlineFunctionStdlib.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutInlineFunctionStdlib.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutInlineFunctionStdlib.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutInlineFunctionStdlib.StepOutInlineFunctionStdlibPackage +!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! stepOutInlineFunctionStdlib.StepOutInlineFunctionStdlibKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutInlineFunctionStdlib.kt:6 _Collections.!EXT! diff --git a/idea/testData/debugger/tinyApp/outs/stepOutInlinedLambdaArgument.out b/idea/testData/debugger/tinyApp/outs/stepOutInlinedLambdaArgument.out index a54cf8acda5..f107d5bb9a9 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutInlinedLambdaArgument.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutInlinedLambdaArgument.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutInlinedLambdaArgument.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutInlinedLambdaArgument.StepOutInlinedLambdaArgumentPackage +!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! stepOutInlinedLambdaArgument.StepOutInlinedLambdaArgumentKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutInlinedLambdaArgument.kt:6 stepOutInlinedLambdaArgument.kt:15 diff --git a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineArgumentDeepest.out b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineArgumentDeepest.out index dfb8f27d94f..4b6147305a0 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineArgumentDeepest.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineArgumentDeepest.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutSeveralInlineArgumentDeepest.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutSeveralInlineArgumentDeepest.StepOutSeveralInlineArgumentDeepestPackage +!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! stepOutSeveralInlineArgumentDeepest.StepOutSeveralInlineArgumentDeepestKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutSeveralInlineArgumentDeepest.kt:6 stepOutSeveralInlineArgumentDeepest.kt:22 diff --git a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctions.out b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctions.out index 96e0f2b31db..3890ee6b811 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctions.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctions.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutSeveralInlineFunctions.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutSeveralInlineFunctions.StepOutSeveralInlineFunctionsPackage +!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! stepOutSeveralInlineFunctions.StepOutSeveralInlineFunctionsKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutSeveralInlineFunctions.kt:12 stepOutSeveralInlineFunctions.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctionsDeepest.out b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctionsDeepest.out index 8de2ecf25a4..285dd15c570 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctionsDeepest.out +++ b/idea/testData/debugger/tinyApp/outs/stepOutSeveralInlineFunctionsDeepest.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOutSeveralInlineFunctionsDeepest.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOutSeveralInlineFunctionsDeepest.StepOutSeveralInlineFunctionsDeepestPackage +!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! stepOutSeveralInlineFunctionsDeepest.StepOutSeveralInlineFunctionsDeepestKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOutSeveralInlineFunctionsDeepest.kt:20 stepOutSeveralInlineFunctionsDeepest.kt:15 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverIfWithInline.out b/idea/testData/debugger/tinyApp/outs/stepOverIfWithInline.out index 327d7a605b2..71d3c2dd9ca 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverIfWithInline.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverIfWithInline.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverIfWithInline.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverIfWithInline.StepOverIfWithInlinePackage +!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! stepOverIfWithInline.StepOverIfWithInlineKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverIfWithInline.kt:5 stepOverIfWithInline.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverInlineFunctionInReturn.out b/idea/testData/debugger/tinyApp/outs/stepOverInlineFunctionInReturn.out index 12b56897142..4d094ba93b8 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverInlineFunctionInReturn.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverInlineFunctionInReturn.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverInlineFunctionInReturn.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverInlineFunctionInReturn.StepOverInlineFunctionInReturnPackage +!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! stepOverInlineFunctionInReturn.StepOverInlineFunctionInReturnKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverInlineFunctionInReturn.kt:9 stepOverInlineFunctionInReturn.kt:10 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambda.out b/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambda.out index c6a207cb179..33950777dcd 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambda.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambda.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverInlinedLambda.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverInlinedLambda.StepOverInlinedLambdaPackage +!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! stepOverInlinedLambda.StepOverInlinedLambdaKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverInlinedLambda.kt:6 stepOverInlinedLambda.kt:7 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambdaStdlib.out b/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambdaStdlib.out index ff54d8c6c56..825f6102f9c 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambdaStdlib.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverInlinedLambdaStdlib.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverInlinedLambdaStdlib.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverInlinedLambdaStdlib.StepOverInlinedLambdaStdlibPackage +!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! stepOverInlinedLambdaStdlib.StepOverInlinedLambdaStdlibKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverInlinedLambdaStdlib.kt:5 stepOverInlinedLambdaStdlib.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverReifiedParam.out b/idea/testData/debugger/tinyApp/outs/stepOverReifiedParam.out index 12d42a2967a..b2c8beb4085 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverReifiedParam.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverReifiedParam.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverReifiedParam.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverReifiedParam.StepOverReifiedParamPackage +!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! stepOverReifiedParam.StepOverReifiedParamKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverReifiedParam.kt:5 stepOverReifiedParam.kt:6 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverSimpleFun.out b/idea/testData/debugger/tinyApp/outs/stepOverSimpleFun.out index 9c42be37172..98c79d916a5 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverSimpleFun.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverSimpleFun.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverSimpleFun.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverSimpleFun.StepOverSimpleFunPackage +!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! stepOverSimpleFun.StepOverSimpleFunKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverSimpleFun.kt:11 stepOverSimpleFun.kt:4 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverTryCatchWithInline.out b/idea/testData/debugger/tinyApp/outs/stepOverTryCatchWithInline.out index a9e883e3d78..f1fba0b98fb 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverTryCatchWithInline.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverTryCatchWithInline.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverTryCatchWithInline.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverTryCatchWithInline.StepOverTryCatchWithInlinePackage +!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! stepOverTryCatchWithInline.StepOverTryCatchWithInlineKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverTryCatchWithInline.kt:14 stepOverTryCatchWithInline.kt:16 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverWhenInReturn.out b/idea/testData/debugger/tinyApp/outs/stepOverWhenInReturn.out index 1012c1ff7ae..b3d3375c3ee 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverWhenInReturn.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverWhenInReturn.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverWhenInReturn.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverWhenInReturn.StepOverWhenInReturnPackage +!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! stepOverWhenInReturn.StepOverWhenInReturnKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverWhenInReturn.kt:10 stepOverWhenInReturn.kt:11 diff --git a/idea/testData/debugger/tinyApp/outs/stepOverWhenWithInline.out b/idea/testData/debugger/tinyApp/outs/stepOverWhenWithInline.out index 826a3a84f22..7226e450cb5 100644 --- a/idea/testData/debugger/tinyApp/outs/stepOverWhenWithInline.out +++ b/idea/testData/debugger/tinyApp/outs/stepOverWhenWithInline.out @@ -1,5 +1,5 @@ LineBreakpoint created at stepOverWhenWithInline.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! stepOverWhenWithInline.StepOverWhenWithInlinePackage +!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! stepOverWhenWithInline.StepOverWhenWithInlineKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' stepOverWhenWithInline.kt:5 stepOverWhenWithInline.kt:8 diff --git a/idea/testData/debugger/tinyApp/outs/syntheticMethods.out b/idea/testData/debugger/tinyApp/outs/syntheticMethods.out index c1458e7260a..dfe35efefcb 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 !OUTPUT_PATH!;!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.SyntheticMethodsKt 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 f97483e2bfa..92a33734201 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 !OUTPUT_PATH!;!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.ToStringRendererKt 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 623b5096d94..d8140b85e63 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 !OUTPUT_PATH!;!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.TopLevelFunFromClassKt 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 07c3f35ee44..f72a482afa3 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 !OUTPUT_PATH!;!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.TopLevelFunFromTopLevelKt 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 2f8e85bdf75..cb717afa858 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 !OUTPUT_PATH!;!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.TopLevelGetterFromClassKt 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 9e9b2080abc..8743e0e1fbf 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 !OUTPUT_PATH!;!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.TopLevelGetterFromTopLevelKt 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 a252973ee6b..6cc5756cc2a 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 !OUTPUT_PATH!;!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.TraitsKt 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 669268cb237..8ec369f657f 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 !OUTPUT_PATH!;!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.TwoLambdasOnOneLineFirstKt 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 0fa98d52b7d..cd4d5d9999d 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 !OUTPUT_PATH!;!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.TwoLambdasOnOneLineSecondKt 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/typeParameterRef.out b/idea/testData/debugger/tinyApp/outs/typeParameterRef.out index 1cc7908b883..72a237a2ad2 100644 --- a/idea/testData/debugger/tinyApp/outs/typeParameterRef.out +++ b/idea/testData/debugger/tinyApp/outs/typeParameterRef.out @@ -1,5 +1,5 @@ LineBreakpoint created at typeParameterRef.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 !OUTPUT_PATH!;!KOTLIN_RUNTIME!;!CUSTOM_LIBRARY!;!RT_JAR! typeParameterRef.TypeParameterRefPackage +!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! typeParameterRef.TypeParameterRefKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' typeParameterRef.kt:13 Compile bytecode for foo() diff --git a/idea/testData/debugger/tinyApp/outs/unboxParam.out b/idea/testData/debugger/tinyApp/outs/unboxParam.out index 5d144f5081f..f818a6d0267 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 !OUTPUT_PATH!;!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.UnboxParamKt 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 b06c10c70b7..4331ff68881 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 !OUTPUT_PATH!;!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.UnsafeCallKt 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 12b5952d5bd..d099ce4312c 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 !OUTPUT_PATH!;!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.VarsKt 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 a0ba48c4d31..f6bc068143c 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 !OUTPUT_PATH!;!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.WhenEntryKt 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 5ac88e3a5c9..ab32b6a41ed 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 !OUTPUT_PATH!;!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.WhenExprKt 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 999198bc8db..f846910f068 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 !OUTPUT_PATH!;!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.WithoutBodyFunctionsKt 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 701ba6ba52f..3760f68e0b5 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 !OUTPUT_PATH!;!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.WithoutBodyPropertiesKt 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 2549b8b2114..d308ee8700b 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 !OUTPUT_PATH!;!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.WithoutBodyTypeParametersKt Connected to the target VM, address: '!HOST_NAME!:PORT_NAME!', transport: 'socket' withoutBodyTypeParameters.kt:8 Compile bytecode for i diff --git a/idea/tests/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerTestCase.java b/idea/tests/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerTestCase.java index f79e067918e..b98e7055fb7 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerTestCase.java +++ b/idea/tests/org/jetbrains/kotlin/idea/debugger/KotlinDebuggerTestCase.java @@ -43,6 +43,7 @@ import org.jetbrains.kotlin.idea.test.ConfigLibraryUtil; import org.jetbrains.kotlin.idea.test.PluginTestCaseBase; import org.jetbrains.kotlin.idea.test.ProjectDescriptorWithStdlibSources; import org.jetbrains.kotlin.load.kotlin.PackageClassUtils; +import org.jetbrains.kotlin.load.kotlin.PackagePartClassUtils; import org.jetbrains.kotlin.name.FqName; import org.jetbrains.kotlin.psi.JetFile; import org.jetbrains.kotlin.test.JetTestUtils; @@ -220,7 +221,9 @@ public abstract class KotlinDebuggerTestCase extends DescriptorTestCase { VfsUtil.markDirty(true, true, VfsUtil.findFileByIoFile(new File(TINY_APP), true)); File file = new File(path); String packageName = file.getName().replace(".kt", ""); - createLocalProcess(PackageClassUtils.getPackageClassFqName(new FqName(packageName)).asString()); + FqName packageFQN = new FqName(packageName); + String mainClassName = PackagePartClassUtils.getPackagePartFqName(packageFQN, file.getName()).asString(); + createLocalProcess(mainClassName); } @Override diff --git a/idea/tests/org/jetbrains/kotlin/idea/filters/JetExceptionFilterTest.kt b/idea/tests/org/jetbrains/kotlin/idea/filters/JetExceptionFilterTest.kt index 5e0ef0aa9a8..0c4cbda947b 100644 --- a/idea/tests/org/jetbrains/kotlin/idea/filters/JetExceptionFilterTest.kt +++ b/idea/tests/org/jetbrains/kotlin/idea/filters/JetExceptionFilterTest.kt @@ -116,16 +116,16 @@ public class JetExceptionFilterTest : MultiFileTestCase() { } public fun testKt2489() { - val packageClassFqName = getPackageClassFqName(FqName.ROOT) - doTest("a.kt", 3, { file -> "" + PackagePartClassUtils.getDefaultPartFqName(packageClassFqName, file) + "\$a\$f\$1" }) - doTest("main.kt", 3, { file -> "" + PackagePartClassUtils.getDefaultPartFqName(packageClassFqName, file) + "\$main\$f\$1" }) + val packageFQN = FqName.ROOT + doTest("a.kt", 3, { file -> "" + PackagePartClassUtils.getDefaultFileClassFqName(packageFQN, file) + "\$a\$f\$1" }) + doTest("main.kt", 3, { file -> "" + PackagePartClassUtils.getDefaultFileClassFqName(packageFQN, file) + "\$main\$f\$1" }) } public fun testMultiSameName() { - val packageClassFqName = getPackageClassFqName(FqName("multiSameName")) + val packageFQN = FqName("multiSameName") // The order and the exact names do matter here - doTest("1/foo1.kt", 4, { file -> "" + PackagePartClassUtils.getDefaultPartFqName(packageClassFqName, file) + "\$foo\$f\$1" }) - doTest("2/foo2.kt", 4, { file -> "" + PackagePartClassUtils.getDefaultPartFqName(packageClassFqName, file) + "\$foo\$f\$1" }) + doTest("1/foo1.kt", 4, { file -> "" + PackagePartClassUtils.getDefaultFileClassFqName(packageFQN, file) + "\$foo\$f\$1" }) + doTest("2/foo2.kt", 4, { file -> "" + PackagePartClassUtils.getDefaultFileClassFqName(packageFQN, file) + "\$foo\$f\$1" }) } public fun testKotlinClass() {