Updated Command line (markdown)

philsquared
2011-03-28 10:55:15 -07:00
parent 8a4149b1f7
commit bacb83e061

@@ -49,7 +49,7 @@ The JUnit reporter is an xml format that follows the structure of the JUnit XML
-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 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