-
Notifications
You must be signed in to change notification settings - Fork 46
Debugging
martgil edited this page Sep 3, 2021
·
2 revisions
You can add &debug=___cu_true___
to the url of the compose window frame to enable more detailed debugging. For exaple moz-extension://feb74b72-561a-4474-a9d3-8ffafde0330a/chrome/elements/compose.htm?frameId=frame_IGACONQMRf&acctEmail=flowcrypt.compatibility%40gmail.com&parentTabId=2%3A0&debug=___cu_true___
which will then give you console logs such as:
[FuQnL] ** input_to receiving focus from(undefined) compose-err-module.js:57:25
[FuQnL] ** input_to giving focus to(undefined) compose-err-module.js:57:25
[FuQnL] input_to.blur -> parseRenderRecipients start causedBy(undefined) compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined) compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined) - sending type - to compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined) - emails to check() compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined) - invalid emails() compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined) - setting inputTo with invalid emails compose-err-module.js:57:25
[FuQnL] parseRenderRecipients(force: undefined).2 compose-err-module.js:57:25
[FuQnL] input_to.blur -> parseRenderRecipients done compose-err-module.js:57:25
[FuQnL] ** input_to receiving focus from(undefined) compose-err-module.js:57:25
[FuQnL] searchContacts compose-err-module.js:57:25
[FuQnL] searchContacts.query.substring("to") compose-err-module.js:57:25
[FuQnL] searchContacts substring: to compose-err-module.js:57:25
[FuQnL] searchContacts db count: 31 compose-err-module.js:57:25
...