kdevelop debug itself

Falk Brettschneider gigafalk at yahoo.com
Fri Feb 18 12:56:43 GMT 2000


Hi Kern,

Kern Alexander wrote:
> 
> Hi,
> 
> internal debugger says "/..../kdevelop: not in executable format: file
> format not rekognized".
> It's true, it's a shell script, executable is at /.../.libs/kdevelop(or
> lt-kdevelop?). Why?
> 
> But, how can i debug kdevelop with kdevelop?
Hack the kdevelop.kdevprj and change:
  bin_program=kdevelop
to
  bin_program=.libs/kdevelop

The location of the binary isn't configurable currently. :-( Must be
fixed in KDevelop2...
BTW: Debugging kdevelop with kdevelop requires a lot of RAM. I didn't
get it work with 64MB but with ddd it worked here. KDE2 takes a lot of
memory as well. You can also save RAM if you debug on fvwm2.

P.S.: And don't forget to ./configure with --enable-debug !

-- 

Ciao,
--Falk

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com




More information about the KDevelop mailing list