diff --git a/docs/command-line.md b/docs/command-line.md index cc69d5ff..e80dd75c 100644 --- a/docs/command-line.md +++ b/docs/command-line.md @@ -93,7 +93,6 @@ The JUnit reporter is an xml format that follows the structure of the JUnit XML
-b, --break
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. -In addition to the command line option, ensure you have built your code with the DEBUG preprocessor symbol ## Showing results for successful tests