Development/Tutorials/Debugging

From KDE TechBase
Revision as of 16:08, 22 December 2006 by Dhaumann (talk | contribs) (better text. This page needs work to make it useful :))
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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:

This program lets you modify your sourcecode so that an information is printed everytime the program enters a function. This is good if you do not know in which function your problem occurs.