82
Views
1
Comments
Debugger in Production environment

Hello there,


I have a problem when using the debugger. I have already activated the debug option for the environment and for the modules I want to debug. However, when it seems to start debugging, no thread ever appears, and in the producer modules the normal debugger actions, as seen in the picture, do not appear, in the end-user module the debugger action appears but the thread never appear. I also can't access any data.

 Any ideas? 

2020-11-25 10-45-32
Mostafa Othman
Champion

Hello,

Do you have single server on production or farm and using load balancer?

If more than one server so may be your request redirected to another server than the one that you are trying to debug. In this case you can use IP address of server instead of domain name

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.