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

Re: Debugging 'svn'

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-08-30 14:51:36 CEST

Marc Singer <elf@buici.com> writes:

> I want to debug svn to find the problem. Building subversion produces
> a client program, svn, that is a script. How do I get a debug build
> of the client program?

Running the script generates the executable. So

   $ subversion/clients/cmdline/svn
   $ gdb subversion/clients/cmdline/.libs/lt-svn
   (gdb) b main
   (gdb) r

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Aug 30 14:52:30 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.