[Bug 74133] Custom c++ Project, gdb path contains space

John Birch jbb at kdevelop.org
Sat Mar 6 10:54:02 UTC 2004


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
      
http://bugs.kde.org/show_bug.cgi?id=74133      




------- Additional Comments From jbb kdevelop org  2004-03-06 10:52 -------
That's just an (incorrect) informative message that goes to the gdb window. As you can see from the line above the line you quoted, the dbgProcess should be started correctly.

        *dbgProcess_ << config_gdbPath_ + "gdb" << application
                        << "-fullname" << "-nx" << "-quiet";
        emit gdbStdout(QString( config_gdbPath_ + " gdb " + application +
                        " -fullname -nx -quiet" ).latin1());

Note also that if gdb is in your path you don't need to set the path to gdb.

I agreed it's hard to tell what you should enter for the gdb path and with the misleading output it make things even more murky.

I'm not sure what the real error is here beyond "debugging doesn't work". What error message are you actually seeing?




More information about the KDevelop-devel mailing list