Development/Tutorials/Debugging: Difference between revisions

From KDE TechBase
m (mention kdevelop)
(Replaced content with "{{Moved To Community | Guidelines_and_HOWTOs/Debugging }}")
 
(16 intermediate revisions by 8 users not shown)
Line 1: Line 1:
In order to understand an application or find bugs it is useful to trace the code paths and get backtraces. There are several ways to do it:
{{Moved To Community | Guidelines_and_HOWTOs/Debugging }}
* insert kDebug statements to trace the course of the program
* use [[../Debugging with GDB|gdb (tutorial)]]
* use a graphical frontend like [http://www.kdevelop.org KDevelop] or [http://kdbg.org/ KDbg], see also the [[../../Tools|tools pages]]

Latest revision as of 09:09, 5 August 2016

This page is now on the community wiki.