Today, I upgraded from Debian Jessie (stable) to Stretch (testing), and many extensions I need to work are no longer marked as compatible.
I'm quite sure it's no big deal for most of them (maybe just manifest.json
to update).
But my problem is that I can't find a way of having js tracebacks to identify loading problems.
Before, there was logs in console when executing gnome-shell --replace
command, or simply in ~/.xsession-errors
file.
As far as I can see, ~/.xsession-errors
file seems not logging anything from js. To test, I used looking glass and tried to log something.
I had a look on Debian changelog, but didn't helped.
Are the logs gone to another file ? Is where a simple way of debugging js without using gdb ?
Any help would be really appreciated ! Thanks