deoptimizedForDebugger

fun A_Continuation.deoptimizedForDebugger(): A_Continuation

Answer a continuation like this, but deoptimized for debugging. If the continuation is already deoptimized, just return it. This must be performed inside a safe point.

Return

A mutable continuation like the receiver.