Debug on-premise startup

0
Is it possible to enable debugging prior to startup. I have an issue during startup I need to debug, but Mendix Service Console 4.2.1 seems to only allow me to debug after the server starts up
asked
1 answers
3

you can't debug the after-startup microflow.

for testing you can remove this one from the startup settings and create a action button that triggers the after startup microflow

answered