From 972f33b5804c7ea25c9cda132ee3bcc10bdb8feb Mon Sep 17 00:00:00 2001 From: "mang%subcarrier.org" Date: Wed, 9 Jun 1999 20:23:35 +0000 Subject: [PATCH] fixed broken mailto: links git-svn-id: svn://10.0.0.236/trunk@34472 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/doc/xpcom-code-faq.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mozilla/xpcom/doc/xpcom-code-faq.html b/mozilla/xpcom/doc/xpcom-code-faq.html index 6bc7bfe296a..ee2b74fbd3a 100644 --- a/mozilla/xpcom/doc/xpcom-code-faq.html +++ b/mozilla/xpcom/doc/xpcom-code-faq.html @@ -264,13 +264,13 @@ is loaded. Type Control-C. Now all symbols from your component will be available in gdb. Put your breakpoints and restart the app. Gdb will complain that it cannot set the breakpoint, and that it is temporarily disabling it, but when the *.so is loaded, the breakpoint is enabled automatically. -- <Eric Van Der Poel> +- <Eric Van Der Poel>

I think typing "dir components" (assuming you're in dist/bin) will also allow you to see the symbols in your stack the first time. - <Alec Flett> Mac: Codewarrior

Just open the appropriate .xSYM file in the debugger; the debugger -will target the library when the application is run. - <Simon +will target the library when the application is run. - <Simon Fraser>