From 5ccacfc996cc24537b305587f1063459f8e50215 Mon Sep 17 00:00:00 2001 From: philsquared Date: Thu, 30 Dec 2010 01:13:36 -0800 Subject: [PATCH] Updated Command line (markdown) --- Command-line.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Command-line.md b/Command-line.md index 8adf085..9130015 100644 --- a/Command-line.md +++ b/Command-line.md @@ -30,3 +30,10 @@ The bundled reporters are: The JUnit reporter is an xml format that follows the structure of the JUnit XML Report ANT task, as consumed by a number of third-party tools, including Continuous Integration servers such as Hudson. If not otherwise needed, the standard XML reporter is preferred as this is a streaming reporter, whereas the Junit reporter needs to hold all its results until the end so it can write the overall results into attributes of the root node. +## Breaking into the debugger +
+-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 addition to the command line option, ensure you have built your code with the DEBUG preprocessor symbol \ No newline at end of file