Thanks. You are completly right. I renamed any other “test.exe” binary on path, and now everything seems to work fine!
By the way, have you ever debug application with Phonon? I would like to create application that is playing audio files using Phonon class:
Phonon::MediaObject *mediaObject;
mediaObject = Phonon::createPlayer(Phonon::MusicCategory);
And application is working correctly (sound is playing) when i run it manually from xterminal, but when i try to run it directly from Visual, GDB hungs on bolded line. I tried to run application manually and connect to them, but it’s not working as well. Could you give me any advice how to setup GDB to work with this?