debug property
bool
get
debug
Whether to run browsers in their respective debug modes
Implementation
bool get debug =>
pauseAfterLoad ||
(_debug ?? false) ||
coverage != null ||
coverageLcov != null;