Development/Tutorials/Debugging

From KDE TechBase
Revision as of 09:48, 8 September 2006 by Tampakrap (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

There are several ways to debug an existing program:

  • you know your program and insert kDebug statements to trace the course of the program
  • you use KDbg from our tools
  • you use add_trace