Updated Command line (markdown)

philsquared
2010-12-30 01:13:36 -08:00
parent 532dedf26d
commit 5ccacfc996

@@ -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
<pre>
-b, --break
</pre>
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