[Qt-creator] No Debugging on WinXP with Comodo Firewall
Andre Poenitz
andre.poenitz at mathematik.tu-chemnitz.de
Mon Nov 10 22:09:45 CET 2008
On Mon, Nov 10, 2008 at 09:53:31PM +0100, Sebastian Fischer wrote:
> Hello,
Hello Sebastian.
> I've just installed Qt Creator (Windows XP SP3) since I've been
> looking for a fast and useable IDE for delevoping Qt apps for a while
> and have to say I'm quite impressed.
>
> The only problem so far is, that I can't debug with it at all as long
> as the COMODO Firewall's 'Defense+' is active. This installs a system
> hook via C:\WINDOWS\system32\guard32.dll which is invoked everytime
> any application is launched. This seems to confuse either gdb or Qt
> Creator so that when I want to start debugging it halts in that file.
> I can't contine, step over/out or do anything that seems to have an
> effect.
It's interesting. The "fear" of firewall interaction was the reason to
use QLocalSocket and not QTcpSocket for interaction with the debugged
program. Looks like your firewall even tries to block this... Is there
no way to specify exceptions?
> Disabling the entire Defense+ mechanism was the only way I could find
> to overcome this (which requires a restart to remove the hook).
You could try to switch off "Debug -> Use Custom Display for Qt Objects"
and "Build&Run -> Build Settings -> Link Debugging Helper" and see if
this makes a difference.
Regards,
Andre'
More information about the Qt-creator-old
mailing list