Searched refs:shouldDebugBreak (Results 1 – 1 of 1) sorted by relevance
2502 bool shouldDebugBreak = false; member4463 virtual bool shouldDebugBreak() const = 0;5221 bool shouldDebugBreak = false; member5292 bool shouldDebugBreak() const override;8158 if( m_reaction.shouldDebugBreak ) { in complete()9739 | Opt( config.shouldDebugBreak ) in makeCommandLineParser()9916 bool Config::shouldDebugBreak() const { return m_data.shouldDebugBreak; } in shouldDebugBreak() function in Catch::Config12883 reaction.shouldDebugBreak = m_config->shouldDebugBreak(); in populateReaction()