How to debug the code using developer environment? if any issue occurs in dev environment

0
I am getting an error while opening/navigating to a page using a particular user role (In dev environment). So I want to debug the code using dev environment so that I can get the exact log message in studio pro that what is the root cause of the problem. How to use debugger in dev environment?
asked
2 answers
0

Hi

You can connect the debugger to any environment by selecting the connect option in studio pro and selecting the second option
You need to provide the app URL/debugger at the end of it and there must be a stored password as well from when you deployed the app on cloud. 
If mendix cloud you can find this info in debugger info on sprintr



Alternatively, you can also access app logs to check the access error

answered
0

Take a look at the documentation on remote debugging. It covers various hosting environments so hopefully the one you are using is covered there.

https://docs.mendix.com/refguide/debug-microflows-remotely/

For more information on using the debugger itself, have a look at his page.

https://docs.mendix.com/refguide/debug-microflows-and-nanoflows/

Good luck!

answered