What's a good gui debugger that works on Qt c++ files? I'm getting a segmentation fault in my program and I don't really want to go through each individual file (there are only eight, but I'm a wimp) and search for it, because I lose track of which variables have been initialized and which haven't. I've tried to be careful this time, but at least one crept through. I'd like to be able to step through the program (without waiting through the internal code of the Qt objects and find where this problem is...
-- [email protected] mailing list

