[Bug 58999] debugger will not start
Jeroen van Disseldorp
jdizzl at xs4all.nl
Tue May 27 12:25:08 UTC 2003
That's exactly what it was. I removed the section and it worked right
away. Thanks a lot!
> ------- 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
>
> _______________________________________________
> Kdevelop-devel mailing list
> Kdevelop-devel at barney.cs.uni-potsdam.de
> http://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
Regards,
Jeroen mailto:jdizzl at xs4all.nl
--
There are only 10 kinds of people: Those who understand binary and
those who don't...
More information about the KDevelop-devel
mailing list