MCPcopy Create free account
hub / github.com/catchorg/Catch2 / shouldDebugBreak

Method shouldDebugBreak

src/catch2/catch_config.cpp:213–213  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 unsigned int Config::shardIndex() const { return m_data.shardIndex; }
212 ColourMode Config::defaultColourMode() const { return m_data.defaultColourMode; }
213 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
214 int Config::abortAfter() const { return m_data.abortAfter; }
215 bool Config::showInvisibles() const { return m_data.showInvisibles; }
216 Verbosity Config::verbosity() const { return m_data.verbosity; }

Callers 1

RunContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected