Uncomment accidentally commented code in debugger tests
This commit is contained in:
+2
-2
@@ -29,7 +29,7 @@ abstract class AbstractAsyncStackTraceTest : KotlinDescriptorTestCaseWithSteppin
|
|||||||
val frameProxy = this.frameProxy
|
val frameProxy = this.frameProxy
|
||||||
if (frameProxy != null) {
|
if (frameProxy != null) {
|
||||||
try {
|
try {
|
||||||
/* val sem = frameProxy.location().isPreFlight()
|
val sem = frameProxy.location().isPreFlight()
|
||||||
val coroutineInfoData = if (sem.isCoroutineFound())
|
val coroutineInfoData = if (sem.isCoroutineFound())
|
||||||
CoroutineFrameBuilder.lookupContinuation(this, frameProxy, sem)?.coroutineInfoData
|
CoroutineFrameBuilder.lookupContinuation(this, frameProxy, sem)?.coroutineInfoData
|
||||||
else
|
else
|
||||||
@@ -38,7 +38,7 @@ abstract class AbstractAsyncStackTraceTest : KotlinDescriptorTestCaseWithSteppin
|
|||||||
print(renderAsyncStackTrace(coroutineInfoData.stackTrace), ProcessOutputTypes.SYSTEM)
|
print(renderAsyncStackTrace(coroutineInfoData.stackTrace), ProcessOutputTypes.SYSTEM)
|
||||||
} else {
|
} else {
|
||||||
println("No async stack trace available", ProcessOutputTypes.SYSTEM)
|
println("No async stack trace available", ProcessOutputTypes.SYSTEM)
|
||||||
}*/
|
}
|
||||||
} catch (e: Throwable) {
|
} catch (e: Throwable) {
|
||||||
val stackTrace = e.stackTraceAsString()
|
val stackTrace = e.stackTraceAsString()
|
||||||
System.err.println("Exception occurred on calculating async stack traces: $stackTrace")
|
System.err.println("Exception occurred on calculating async stack traces: $stackTrace")
|
||||||
|
|||||||
Reference in New Issue
Block a user