mirror of
https://github.com/catchorg/Catch2.git
synced 2025-10-01 01:21:16 +02:00
Updated Command line (markdown)
@@ -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
|
Reference in New Issue
Block a user