Dear Maintainer,
The man page of thunderbird has the following written in the Examples section:
Starting Thunderbird with the default debugger:
/usr/lib/thunderbird/run-mozilla.sh -debug /usr/lib/thunderbird/thunderbird-bin
Starting Thunderbird with the specific debugger:
/usr/lib/thunderbird/run-mozilla.sh --debugger /foo/bar/debugger /usr/lib/thunderbird/thunderbird-bin
As far as I can tell, the run-mozilla.sh script doesn't exist anymore (I think
it's this commit that's responsible:
https://salsa.debian.org/mozilla-team/thunderbird/-/commit/ee476f8f91a0a0e4406117419fec54ab1250025a),
so the commands cannot run. From the Options section, it seems the new way to
run thunderbird with a debugger is using the `-g` flag, so I believe the above
part in the Examples section should be removed.
Thanks,
Goran