From bacb83e061919637a2ec06cc6a311d133fff9982 Mon Sep 17 00:00:00 2001 From: philsquared Date: Mon, 28 Mar 2011 10:55:15 -0700 Subject: [PATCH] Updated Command line (markdown) --- Command-line.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Command-line.md b/Command-line.md index bac49df..34435cb 100644 --- a/Command-line.md +++ b/Command-line.md @@ -49,7 +49,7 @@ The JUnit reporter is an xml format that follows the structure of the JUnit XML -b, --break -In some IDEs (currently tested XCode, but Visual Studio should work) 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 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