Automatically disconnect debugger after 4 hours - Mendix Forum

Automatically disconnect debugger after 4 hours

3

Last week I came across an issue where one of my co-workers forgot to disconnect his debugger from the test environment. He had an breakpoint on an importing step. This resulted in an issue where none of the resulting steps were executed. I had to restart the environment to disconnect the debugger session of my collegaue

I thought it might be and good idea to use a limit on the time the debugger session to any environment would be restricted. This will result in an automatic disconnect so that no breakpoints are active after a certain time period

The link to the issue on the forum: https://community.mendix.com/link/questions/105187

asked
1 answers

Upvoted. I would even say the limit should be much less, e.g. 30 seconds. The modeler can send keep alive signals to keep the debugging session, well, alive.

Created