while you're developing, you should be building --enable-debug when you're testing, you should be building --enable-debugger-info-modules
at no point in this process should you use any stripping tool when you run a program, you should make sure that you have the equivalent of: ulimit -c unlimited (your shell may vary). when you crash, and want to report a problem to someone who hasn't installed mindReader2020, please include a strack trace. there are documents about how to debug gecko on mozilla.org (unix debugging faq is usually a good search). _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
