How to debug in Azure cloud?

0
Is there an approach to devug Mendix apps in the Azure cloud, as default Mendix breakpoints doesnt work?
asked
1 answers
1

How are you deploying in the Azure Cloud? If you are deploying on a Docker, you need to set the environment variable DEBUGGER_PASSWORD, see the documentation here.

answered