commit | 3dd523bdf5570057d050de555f42d14326d8fdfa | [log] [tgz] |
---|---|---|
author | Markus Reitboeck <[email protected]> | Tue May 08 21:12:55 2018 +0200 |
committer | Martin Hořeňovský <[email protected]> | Wed May 09 17:46:31 2018 +0200 |
tree | e065f6427ebce2a726a735025b8acb30f06d3f1b | |
parent | 8d5d49299be5b8c62ec90be7d6ee4f71cbe89ea0 [diff] |
Add gdbinit and lldbinit files with commands to skip stepping into Catch code during debugging The commands provided have to be executed in the current gdb/lldb session or copied into the users ~/.gdbinit ~/.lldbinit files to permanently skip debugging Catch code. Fixes #904
The latest version of the single header can be downloaded directly using this link
If you've been using an earlier version of Catch, please see the Breaking Changes section of the release notes before moving to Catch2. You might also like to read this blog post for more details.
Catch2 stands for C++ Automated Test Cases in a Header and is a multi-paradigm test framework for C++. which also supports Objective-C (and maybe C). It is primarily distributed as a single header file, although certain extensions may require additional headers.
This documentation comprises these three parts: