My problem is the following:
After starting my application ois captures _all_ inputs - that includes all keys that are usually used to switch the active window (alt-tab etc). Furthermore i cant move the mouse cursor out of the application window.
That makes debugging a bit akward, as I have to kill the application before i could look at some debug messages on the Shell. At least I can switch to a terminal to kill the process if I have made an infinite loop (thats why I am debugging it

). As the project has a server-client structure I need to get access to a shell after starting the first client to start a second one.
Please tell me how to switch from my OIS app to another app.