Results 1 to 4 of 4

Thread: KATE with Kdbg in PCLinuxOS 2008 MiniMe

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Lincoln, NE USA
    Posts
    177
    Thanks
    3
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Thumbs up KATE with Kdbg in PCLinuxOS 2008 MiniMe

    I've been developing QT apps under Linux with KATE as the editor. I had been relying on the output of the gcc compiler for syntactical errors and QDebug output for logical errors.

    I decided to give Kdbg a try.

    QT4.3.2 was already compiled with debug and release options.

    I compiled my app.

    I started Kdbg and using the "Executable" menu option I opened the app debug executable. Using the "Sources" menu option I opened the cpp file that I wanted to step through and set some breakpoints. Then I clicked the "Run" icon in Kdbg.

    The process works just as well, if not better, than the debug process in MSVS C++ 6.0, and it's faster. The gcc compiler seems to get some errors that cl misses.

    I can set permanent or quick watches on every type of variable. I have all the stepping functions and then some. If I click on the little "+" at the head of each line it breaks out the assembler registers and flags for that code section. I can set and remove breakpoints on the go. And more.

    In Linux QT/KATE/Kdbg is a powerful app development combination!
    Last edited by GreyGeek; 19th February 2008 at 16:08. Reason: typo

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.