Fix documentation of CATCH_CONFIG_FAST_COMPILE

Related to issue #1279
This commit is contained in:
Martin Hořeňovský
2018-06-30 12:31:46 +02:00
parent ebf89000f1
commit f460a7d8f9
2 changed files with 10 additions and 5 deletions

View File

@@ -124,7 +124,9 @@ The JUnit reporter is an xml format that follows the structure of the JUnit XML
## Breaking into the debugger
<pre>-b, --break</pre>
In some IDEs (currently XCode and Visual Studio) it is possible for Catch to break into the debugger on a test failure. This can be very helpful during debug sessions - especially when there is more than one path through a particular test.
Under most debuggers Catch2 is capable of automatically breaking on a test
failure. This allows the user to see the current state of the test during
failure.
<a id="showing-results-for-successful-tests"></a>
## Showing results for successful tests