[Bug 58999] debugger will not start
John Birch
jbb at kdevelop.org
Tue May 27 01:07: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 jbb at kdevelop.org 2003-05-27 01:06 -------
Jeroen,
So if you typed the very first line "/bin/sh -c ..." what happens? What happens
if you cd into /mnt/share/iebserver and then did it. And from .../src?
Try dropping libtool and in the src dir do "gdb iebserver". Anything
interesting?
Note the "Excess command line arguments ignored -nx". Very interesting. What
does the info pages say for gdb startup?
Gregory,
I suspect you have compiled with optimisation. All the code with variable a is
likely to be removed. Make sure that -O2 is not used in the compile line and -g
is (preferrably -g3)
jbb
More information about the KDevelop-devel
mailing list