How to debug mendix application deployed on Azure cloud

1
I want to debug mendix application deployed in test enviroment in azure cloud from where can I get the required URL and password for connecting debugger
asked
1 answers
0

For this we can use our application test env url suffixed with /debugger and for password we need to set in release pipeline used for deployment of our application 

answered