terminated debugger console after idle time

Since (i think) 5.2.4 I get a terminated debugger problem:

Each time after having developer idle for some while (an hour of two I guess) the debugger console gets terminated and doesn’t get reconnected if i relaunch the smart client. The only way to get the debugger started is restarting Servoy.
I can’t remember that this happened in previous versions.

I’m now on 5.2.6 and still have this problem. Windows 7, 32 bit, latest java.
I didn’t changed any related settings or something for the debugger, so everything is standard out of the box.

Maybe a bug? Or can I do something to prevent this from happening? It isn’t a big problem off course, but more of a constant annoyance.

Right click on globals.js in the debug console, and hit “Relaunch”

You may or may not have to restart your smart client for it to start debugging again, but this works for me almost all the time.

Yep, that worked for me too! Thanks

also hitting the launch smart client button should do it again

But what is your setting in Preferences->Dynamic Languages->Debug

and then for connection timeout and response timeout?

response timeout should be 0

hitting the launch smart client doesn’t restart the debugger in my case. jgarfield’s suggestion does work (the two times it happened since my post).

Connection timeout: 10
Response timeout: 0

I haven’t changed any of this settings, it is out of the box.