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