I'm not sure where to post this; but I've been trying to use the Qt Script Debug from Trolltech Labs.
The class QScriptDebuggerConnectorPrivate has a member variable eventLoop, which is un-initialized, on my build of these examples with QT 4.4.0 (on Windows/VS2005) I'm getting a crash which shows
eventLoop as 0xdddddddd a.k.a deadbeef.
How do I report and/or fix this (besides setting this to NULL in the constructor).