[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: On another note, I'd like to debug subversion

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-09-01 00:06:25 CEST

kfogel@collab.net writes:

> Marc Singer <elf@buici.com> writes:
>> Someone on the list said that I could debug .libs/lt_svn, but I found
>> that it doesn't have symbols. Can you help me get started?

Which compiler are you using? The configure script should arrange to
pass -g if you are using gcc, unless you actively disable it. If you
are using some other compiler you can use
 make EXTRA_CFLAGS="-whatever"
to pass whatever the debug flag is for your compiler.

> Try also .libs/svn.

That will be linked to the installed Subversion libraries, it's not
usually what you want.

> I think after the first time you run it, you then
> get lt_svn (or is it "lt-svn"?), or perhaps vice versa.

If you want to debug the libraries in the build tree then use lt-svn.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Sep 1 00:07:29 2003

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.