canBeRestarted property

bool? canBeRestarted
final

Valid only while the VM is paused and indicates whether this frame can be restarted or not. Note that a true value here does not guarantee that Debugger#restartFrame with this CallFrameId will be successful, but it is very likely.

Implementation

final bool? canBeRestarted;