This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Dart.
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 |