8000 Add uftrace / rr · windoro/cppbestpractices@3daabe5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3daabe5

Browse files
authored
Add uftrace / rr
1 parent 07e028e commit 3daabe5
8000

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

02-Use_the_Tools_Available.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,16 @@ There should be a test enabled for every feature or bug fix that is committed. S
241241

242242
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.
243243

244+
## Debugging
245+
246+
### uftrace
247+
248+
[uftrace](https://github.com/namhyung/uftrace) can be used to generating function call graphs of a program execution
249+
250+
### rr
251+
252+
[rr](http://rr-project.org/) is a free (open source) reverse debugger that supports C++.
253+
244254
## Other Tools
245255

246256
### Metrix++

0 commit comments

Comments
 (0)
0