Debugger: Fix for coroutine debugger after review
This commit is contained in:
committed by
Vladimir Ilmov
parent
5975251a32
commit
12313fa5aa
-5
@@ -100,9 +100,4 @@ class ExecutionContext(val evaluationContext: EvaluationContextImpl, val framePr
|
||||
@Suppress("DEPRECATION")
|
||||
DebuggerUtilsEx.keep(reference, evaluationContext)
|
||||
}
|
||||
}
|
||||
|
||||
fun DebuggerContextImpl.createExecutionContext(): ExecutionContext? {
|
||||
val context = createEvaluationContext()
|
||||
return ExecutionContext(context ?: return null, frameProxy ?: return null)
|
||||
}
|
||||
Reference in New Issue
Block a user