error start debugger if a shell is set

Thomas Hasart thasart at gmx.de
Sun Jan 19 02:56:02 UTC 2003


hi,

gdbcontroller.cpp line 1093

-----------------------------------------------------------------------------------------------
    if (!shell.isEmpty())
        *dbgProcess_ << "/bin/sh" << "-c"
                     << shell + " " +config_gdbPath_ + "gdb " + application + 
" -fullname -nx -quiet";
    else
        *dbgProcess_ << config_gdbPath_ + "gdb" << application << "-fullname" 
<< "-nx" << "-quiet";
------------------------------------------------------------------------------------------------


there is a space missing after "/bin/sh" !!!



qmake project default setting for the shell is /usr/bin/libtool ? why??
kde project default setting for the shell is "libtool" without PATH

qmake project path to gdb is set correct, kde project path to gdb is not set??


MfG
brat




More information about the KDevelop-devel mailing list