Confirmed users
563
edits
(add link to Thunderbird:OpenPGP:Migration-From-Enigmail) |
(add debugging tracing information) |
||
Line 47: | Line 47: | ||
In addition, we have a high level [[Thunderbird:OpenPGP:Status | overview of items that have already been worked on, and which are still ToDo]] (might be outdated). | In addition, we have a high level [[Thunderbird:OpenPGP:Status | overview of items that have already been worked on, and which are still ToDo]] (might be outdated). | ||
== Debugging / Tracing == | |||
If you run into a problem, you may try the following mechanisms to obtain additional information, which may be useful for you, or for the Thunderbird developers when reporting a problem, to analyze the cause. | |||
The simplest is to open the Thunderbird Error Console. You can it from the menu bar, Tools, Developer Tools, Error Console. Messages shown in red are of particular interest. | |||
To view some details about the processing of messages, you may set a preference in Thunderbird. Open preferences, general, find the config editor. Add a new preference of the name temp.openpgp.logDirectory and set it to the string value, which must be the full name of a temporary directory, for example on Linux or macOS you could use value /tmp/ . Once set, Thunderbird will write messages to a file named enigdbug.txt in that directory. The log will have a log of information, most of which is harmless or not interesting. But it may contain clues about the cause of a problem. | |||
Advanced users may attempt to view internal error messages produced by the OpenPGP cryptographic engine that Thunderbird uses (the RNP library). To do so, you need to set the environment variable called RNP_LOG_CONSOLE, e.g. in a Linux terminal you could do that using the command export RNP_LOG_CONSOLE=1. Then you must start Thunderbird from within that terminal window, to ensure that it will see the environment variable that you have set. | |||
[[category:Thunderbird|*]] | [[category:Thunderbird|*]] |