Development/Architecture/KDE3/Graphical Debugger

    From KDE TechBase
    Revision as of 17:09, 11 January 2007 by Dhaumann (talk | contribs) (port http://developer.kde.org/documentation/library/kdeqt/kde3arch/tools-kdbg.html)
    (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.

    KDE Architecture - Graphical Debugger

    Graphical debugger KDbg

    KDbg is a powerful graphical front end to the gdb debugger. It provides an intuitive interface for setting breakpoints, inspecting variables, and stepping through code. It allows you to navigate through your objects using a tree control, and includes extra features to help Qt and KDE developers (such as the ability to view QStrings, even if they are Unicode).

    For detailed information on KDbg, see the Official KDbg Homepage.

    KDevelop

    KDevelop also has an integrated debugger.


    Initial Author: Matthias Ettrich