Debugging in Azure DevOps

0
Hi All,   I am working in a project that uses Azure DevOps. Wonder how I can set up a debugger for the environments in Azure?   Thank you in advance.
asked
1 answers
2

Hey Anna,

First is necessary to set a Debugger Key on the pipeline library. Once you set it, you can not see again. So you need to store it in a safe place.

In environment must have a different debugger key.

The configuration should be similar to this one:

imagem.png

 

In Studio, you should connect the debugger by selecting the second option:

imagem.png

As a password, use the debugger key.

 

 

Doc related with debugging: https://docs.mendix.com/refguide/debug-microflows-remotely/

 

Best Regards,

Ricardo Pereira

answered