Make Glyphs Reload Plugin After Crash

While writing plugins, I noticed if a plugin causes G3 to crash and then I fixed the bug, then I
have to specifically remove the plugin, load G3, then close G3, and install the plugin by opening it. If I simply fix the bug and reopen G3, G3 won’t reload that plugin? Is there an easier way to do this?

While writing the plug-in you mean?

I recommend you have the plug-in you are writing in the Plugins folder directly. Then you just need to restart Glyphs after a change.

Enable the debug mode to disable this behavior:

1 Like

Thank you!