[Bug 58999] debugger will not start

Verdi March cincaipatron at gmx.net
Tue May 27 12:18:07 UTC 2003


------- 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=58999     




------- Additional Comments From cincaipatron at gmx.net  2003-05-27 12:17 -------
The problem arises because of the following entry in the 
"project_name.kdevelop" file (gideon alpha4): 
========== 
  <kdevdebugger> 
    <general> 
      <programargs></programargs> 
      <gdbpath></gdbpath> 
      <dbgshell>libtool</dbgshell> 
      <breakonloadinglibs>true</breakonloadinglibs> 
      <separatetty>false</separatetty> 
      <floatingtoolbar>false</floatingtoolbar> 
    </general> 
    <display> 
      <staticmembers>false</staticmembers> 
      <demanglenames>true</demanglenames> 
    </display> 
  </kdevdebugger> 
=========== 
 
As you can see, the above entry is the default value for debugging option. 
It is simply generated by opening "project option", go to "debug" section, 
and click "ok". 
 
Removing the above entry will cause debugger to start again. Note that 
when the entry present, kdevelop launches 
"/bin/sh -c projectpath/libtool gdb projectpath/src/program_name", 
which will cause the failure, whereas when the entry is not presented, 
kdevelop simply lauches "gdb projectpath/src/program_name -quiet ...". 
 
 
Regards, 
Verdi




More information about the KDevelop-devel mailing list