DartSettings.

PauseIsolatesOnExit Property

Summary

Causes the VM to pause each isolate that would otherwise exit. If your standalone app executes quickly, it might exit before you can open Observatory. To avoid this situation, specify this flag on startup. You must explicitly release all isolates in the Observatory debugger.
Assembly
Cake.Dart.dll
Namespace
Cake.Dart
Containing Type
DartSettings

Syntax

public bool PauseIsolatesOnExit { get; set; }

Value

Type Description
bool