Bureaucrats, cc_docs_admin, cc_staff
2,306
edits
(Created page with "[https://www.gnu.org/software/gdb/ GDB] is a debugger used to investigate software problem. GDB is an acronym saying <i>GDB: The <u>G</u>NU Project <u>D</u>e<u>b</u>ugger</i>...") |
No edit summary |
||
Line 6: | Line 6: | ||
Often it is used to resolve [https://en.wikipedia.org/wiki/Segmentation_fault segmentation faults]. | Often it is used to resolve [https://en.wikipedia.org/wiki/Segmentation_fault segmentation faults]. | ||
If you desire to resolve a problem relating to memory (for example, a | If you desire to resolve a problem relating to memory (for example, a | ||
[https://en.wikipedia.org/wiki/Memory_leak memory leak]), we recommend using [[Valgrind]]. | [https://en.wikipedia.org/wiki/Memory_leak memory leak]), we recommend using [[Debugging_and_profiling#Valgrind | Valgrind]]. | ||
== Use cases == | == Use cases == |