From 324260f25331420031ac6c29b82167fb48969f7f Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Sat, 11 Feb 2017 23:39:27 +0000 Subject: [PATCH] Removed reference to DEBUG in command line docs --- docs/command-line.md | 1 - 1 file changed, 1 deletion(-) 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