Announcement

Collapse
No announcement yet.

kDevelop && Debugging.

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    kDevelop && Debugging.

    How can I use the debugging functions in Kdevelop 3.9.95?

    I have created a few OpenGL code files and currently using my own makefiles and gdb. But console debugging is not so helpfull as the graphical one.

    #2
    Re: kDevelop && Debugging.

    KDbg works very well.

    Compile your executable with debug capability turned on.
    Open KDbg. Open the debug executable using File --> Open Executable. Then open the source using File --> Open Source(s).
    Set your break points, watches, vars, etc.

    Before QtCreator I used Kate & KDbg to do all of my Qt4 development work in Linux.
    "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
    – John F. Kennedy, February 26, 1962.

    Comment

    Working...
    X