pauseIsolatesOnExitSetByDap property

bool pauseIsolatesOnExitSetByDap
getter/setter pair

Whether this adapter set the --pause-isolates-on-exit flag, specifying that isolates should pause on exiting.

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

Implementation

bool pauseIsolatesOnExitSetByDap = true;