quote:
Originally posted by Keikonium
So if the user has it disabled, then this script will enable it....
That's exactly what this script does.
quote:
Originally posted by Keikonium
...And upon exiting the debug window, the debug would be disabled again .
I don't quite get that...
But if you exit/close the debugging window than it stays closed already.
If you mean, closing the debugging window automatically when you move your cursor outside the window to another window on your computer (aka: the debugging window will loose focus), then that will be highly annoying to script developpers.
In fact, de purpose of the debugging window is to monitor stuff. This means that in most cases you even don't have the window in focus and visible, just active, and you switch to it to check some stuff. Automatically closing it upon loosing focus will therefore actually make the window useless.