I'm using NetBeans to develop my Ogre application under Linux.
When I run my application through NetBeans debugging, in the case of a crash (Segmentation Fault), OIS mouse and keyboard are still locked to the crashed window and it's size.
The only thing I can do is switch TTY and do a killall of NetBeans to close the debugging session.
This is fatal to my debugging, because I can't debug crashes if the game would be crashing.
I tried shutting down OIS in the windowClosed callback from the Ogre Window Utilities, but the Window actually don't get to close.
Anyone got any ideas how to get around this?
Thanks!
