Add a reference to the GNOME back trace debugging guide to the

Development Branch FAQ and the debugging pages.

Suggested by:	P.U.Kruppa <ulrich@pukruppa.net>
This commit is contained in:
Joe Marcus Clarke 2006-10-14 17:19:11 +00:00
parent f89c4e909d
commit 921ed069c3
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=28861
2 changed files with 12 additions and 4 deletions

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.45 2006/09/17 21:06:28 marcus Exp $">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/develfaq.sgml,v 1.46 2006/10/14 16:48:28 marcus Exp $">
<!ENTITY title "FreeBSD GNOME Project: GNOME Development Branch FAQ">
<!ENTITY % navinclude.gnome "INCLUDE">
]>
@ -92,6 +92,8 @@
CFLAGS= -O -g -pipe
STRIP=
</pre>
<p>GNOME has an excellent guide for getting <a href="http://live.gnome.org/GettingTraces">
useful back traces</a>.</p>
</li>
<!-- Q4 -->