Hello, I am trying to use the remote debugging capabilities of qt creator. I can start my program, but breaking(the pause button) is only working the first time. When trying to break a second time, qt creator is waiting for gdb and it doesn't interrupt the inferiour. It hangs on the -exec-interrupt command. When I debug using e.g. Codeblocks, it works. They interrupt the inferiour by sending a SIGINT instead of using -exec-interrupt. Is there a way to make Qt Creator do this too? Or what could be the problem?
Thanks, Best regards Tom, _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt-creator
