Hello everyone,
With the release of Ignition 8.3, hot-reload of modules has been removed, and I’m running into an issue related to debugging startup logic.
In previous versions, if I needed to debug code executed during module startup, I would simply place a breakpoint, start the debugger, and restart the module.
In Ignition 8.3, however, installing or updating a module requires a full Gateway restart. This makes it difficult to debug code that runs during startup, as I’m unable to attach the debugger while the Gateway is starting.
How could I effectively debug the startup logic of my modules in Ignition 8.3? Am I missing a step when trying to attach the debugger during Gateway startup?
Thanks