On Thu, 1 Nov 2018 at 10:46, Carsten Schoenert <c.schoen...@t-online.de> wrote: > Am 17.10.18 um 12:59 schrieb Luke W Faraone: > > Invoking with ``thunderbird --start-debugger-server`` and using the > > Firefox WebIDE's remote debugger > > could you please give a small step by step how to reproduce your output. > I'm not that familiar with using these tools. I even can't see any > missing react stuff with 60.2.1 on the command line.
1. Start Thunderbird via ``thunderbird --start-debugger-server`` 2. In Firefox, Menu -> Web Developer -> WebIDE 3. In the right column, under "Other" select "Remote Runtime" 4. Use default of ``localhost:6000`` 5. In Thunderbird, click "OK" on the prompt "An incoming request to permit remote debugging connection was detected. A remote client can take complete control over your browser!" 6. In Firefox's WebIDE, click on "Main Process" 7. Click on "Console" in the web debugger below. 8. In Thunderbird, Menu -> Tools -> Developer Tools -> Error Console 9. See a blank EC. 10. Go back to Firefox's WebIDE, see error messages in the console. I'll take a look at other possible causes as well in the next few days. Cheers, Luke Faraone