You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by Apache subversion Wiki <co...@subversion.apache.org> on 2013/01/23 18:11:07 UTC

[Subversion Wiki] Trivial Update of "DebuggingTips" by GabrielaGibson

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Subversion Wiki" for change notification.

The "DebuggingTips" page has been changed by GabrielaGibson:
http://wiki.apache.org/subversion/DebuggingTips?action=diff&rev1=1&rev2=2

  === How to run gdb with libtool: ===
  '''''Shell: '''''
  
- Gdb can be run using subversion/svnrdump/.libs/lt-svnrdump. Note that
- 
-  . that program doesn't exist until after the first post-compilation invocation of subversion/svnrdump/svnrdump itself.
+ Gdb can be run using subversion/svnrdump/.libs/lt-svnrdump. Note that this program doesn't exist until after the first post-compilation invocation of subversion/svnrdump/svnrdump itself.
  
  Re-set $SHELL so shelling out from gdb will start your $SHELL, rather than sh.