PDA

View Full Version : Debugging signals and slots



Cruz
29th January 2009, 14:18
Hi.

For debugging slot and signal constructions it would be useful if you could see the fired signals in real time on the debug output and maybe even the slots that the signals went into. Is there such thing already implemented in Qt?

wysota
29th January 2009, 22:32
Check out QSignalSpy.