mirror of
https://github.com/cpp-best-practices/cppbestpractices.git
synced 2025-12-17 03:04:36 +03:00
Add uftrace / rr
This commit is contained in:
@@ -241,6 +241,16 @@ There should be a test enabled for every feature or bug fix that is committed. S
|
||||
|
||||
Don't forget to make sure that your error handling is being tested and works properly as well. This will become obvious if you aim for 100% code coverage.
|
||||
|
||||
## Debugging
|
||||
|
||||
### uftrace
|
||||
|
||||
[uftrace](https://github.com/namhyung/uftrace) can be used to generating function call graphs of a program execution
|
||||
|
||||
### rr
|
||||
|
||||
[rr](http://rr-project.org/) is a free (open source) reverse debugger that supports C++.
|
||||
|
||||
## Other Tools
|
||||
|
||||
### Metrix++
|
||||
|
||||
Reference in New Issue
Block a user