diff --git a/xpcom/doc/xpcom-code-faq.html b/xpcom/doc/xpcom-code-faq.html index 6bc7bfe296ae..ee2b74fbd3ad 100644 --- a/xpcom/doc/xpcom-code-faq.html +++ b/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>