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

Method shouldDebugBreak

extras/catch_amalgamated.cpp:919–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

917 unsigned int Config::shardIndex() const { return m_data.shardIndex; }
918 ColourMode Config::defaultColourMode() const { return m_data.defaultColourMode; }
919 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; }
920 int Config::abortAfter() const { return m_data.abortAfter; }
921 bool Config::showInvisibles() const { return m_data.showInvisibles; }
922 Verbosity Config::verbosity() const { return m_data.verbosity; }

Callers 1

RunContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected