pauseIsolatesOnStartSetByDap property

bool pauseIsolatesOnStartSetByDap
getter/setter pair

Whether this adapter set the --pause-isolates-on-start flag, specifying that isolates should pause on starting.

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

Implementation

bool pauseIsolatesOnStartSetByDap = true;