Does SynfigStudio Have an Option to Enable Verbose Logging for Debugging

Does anyone know if there is a command line argument that can be passed to SynfigStudio.exe when launching to enable verbose error logging for debugging/troubleshooting? If there is no built-in option available, no worries, I’ll see what I can find with ProcMon.

1 Like

You could start Synfig from a console or from its .bat with --console (see here)
For a plugin, see here

Under Windows, you can also start an AppImage in the console of a WSL2, see here, the log would permit you to see if it is Windows version related or something depending on Synfig.

2 Likes

Ah ha! Thank you very much. I’ll give this a try.