resumeIsolatesAfterPauseExit property

bool resumeIsolatesAfterPauseExit
getter/setter pair

Whether isolates that pause in the PauseExit state should be automatically resumed after any in-process log events have completed.

Normally this will be true, but it may be set to false if the user also manually passes pause-isolates-on-exit.

Implementation

bool resumeIsolatesAfterPauseExit = true;