Add uftrace / rr

This commit is contained in:
Jason Turner
2016-11-30 17:08:13 -07:00
committed by GitHub
parent 07e028eddb
commit 3daabe5c18

View File

@@ -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. 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 ## Other Tools
### Metrix++ ### Metrix++