Development/Tutorials/Debugging
< Development | Tutorials
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:
- insert kDebug statements to trace the course of the program
- use gdb (tutorial)
- use a graphical frontend like KDevelop or KDbg, see also the tools pages