4

I have an XULRunner-based application that is crashing, for reasons I do not understand. To help pin down the problem, I would like to view any and all logs produced by XULRunner. To that end:

  1. Does XULRunner produce any sort of error logs?
  2. If so, where exactly are they located?

1 Answers1

1

While there are instructions on turning on some logging for XULRunner, I would suggest building with --enable-debug and getting a stack trace and/or viewing the console output from that build.

Nickolay
  • 31,095
  • 13
  • 107
  • 185