Is there a way to reload a failed module without restarting the slicer? I can’t use the “Reload” button if the module hasn’t successfully initialized…
You could try dragging the directory onto Slicer again, but generally I just restart since 90+% of the debugging can be done once the module loads the first time. In fact, good practice is to just start with the template and incrementally modifiy it so it is always reloadable.