summaryrefslogtreecommitdiff
path: root/doc/source/dev/development_advanced_debugging.rst
Commit message (Collapse)AuthorAgeFilesLines
* DOC: expand docs on debugging with gdbNathan Goldbaum2022-11-141-5/+30
|
* DOC: fix typo in advanced_debugging.rst [skip ci]Tony Newton / Teng Liu2022-10-261-1/+1
|
* DOC Adds valgrind to the test commandThomas J. Fan2021-12-031-1/+1
|
* DOC: Typos found by codespellDimitri Papadopoulos2021-09-211-4/+4
|
* DOC: Move links to the end of the sections in new debugging textSebastian Berg2020-12-051-4/+6
|
* Apply suggestions from code reviewSebastian Berg2020-12-051-8/+10
| | | Co-authored-by: Matti Picus <matti.picus@gmail.com>
* DOC: Add information about leak checking and valgrindSebastian Berg2020-12-051-0/+186
This is not meant to be a fool-proof guide. It isn't and I do not want to expect people to use it... But I realize that I use these things semi-regulary (even if I never bother to remove all wrinkles) and it is good to have the information somewhere so that everyone knows where to look.