Debugger Deactivated after enabling breakpoint

0
Hello All,   We are currently facing an issue with debugging the test environment  The debugger is deactivated as soon as we enable a breakpoint. This behavior is common for all team members. It is surprising that the debugger works correctly for other environments, such as acceptance and production.   Could you please assist us in resolving this issue?   FYI:-  we are using the same code version which is deployed on test   Thank you, Harshad  
asked
3 answers
1

 Dear Harshad,

 

Debugger is only supported if your environment is running on single instance. Kindly check if it's single. If not reduce it to single first, then debug.

 

I think this is the issue, if not let me know so that I can help you. You can find instance detail on environment tab. PFA SS

 

image.png

Hope my answer helps. Reach me out for any queries.

answered
1

Hello there,

 

how many instances of the app in test are you using ? You sure you are using the same code version ? Sometimes small things such as renaming actions or missing could be the issue.

answered
0

If you are running Mendix on-premise and using Kubernetes (or a similar container platform), simply changing the replica count to 1 in the configuration may not be enough. You will also need to redeploy the application so the change takes effect. After redeployment, when only one instance is running, the debugger should work normally. 

answered