Since updating to 1.3, any kind of crash/raised exception in a Python extension is simply ignored by Inkscape. Before, when an error was encountered, the extension would cause a pop up listing the error. How can I re-enable the error popups so that I can debug my extension? I also fairly recently updated to Windows 11, if that is relevant.
I have tried resetting preferences, and restarting Inkscape (multiple times) but it changes nothing. When my extension encounters an error, it is still simply silently ignored instead of telling me what the problem was.
Since updating to 1.3, any kind of crash/raised exception in a Python extension is simply ignored by Inkscape. Before, when an error was encountered, the extension would cause a pop up listing the error. How can I re-enable the error popups so that I can debug my extension? I also fairly recently updated to Windows 11, if that is relevant.
Does this hint probably solve the issue? https://inkscape.org/forums/questions/getting-back-to-square-one-and-starting-over-its-easy/
It's one of them crash bugs in Inkscape 1.3 that is happening. What I usually do is to reset the app more often than usual.
I have tried resetting preferences, and restarting Inkscape (multiple times) but it changes nothing. When my extension encounters an error, it is still simply silently ignored instead of telling me what the problem was.