Lack of proper debugging tools for production issues in Mendix
0
Hi everyone,We are running into recurring issues when trying to debug problems in production environments.Currently, Mendix logging and error handling feels quite limited when it comes to:tracing complex microflow executionsidentifying root causes of intermittent errorsdebugging issues that only occur in production (and cannot be reproduced locally)In many cases, logs are either too generic or lack the necessary context (e.g. variable states, execution path, user context).Questions:How do you handle production-level debugging in Mendix projects?Are there any best practices or tools to improve observability?Is there any plan from Mendix to introduce more advanced debugging capabilities (similar to traditional APM tools)?This becomes especially critical in larger applications where issues are harder to reproduce.Thanks in advance!
asked
Gyula VarrĂ³
1 answers
0
Hi Gyula,
You are aware that you can set breakpoints and debug straight from Mendix Studio in that way?