Hi all I have just hacked konqueror sources and added support for mht ioslave. After compiling and installing konqueror, when an mht file is double clicked it opens in konqueror :) The problem is that now I cannot 'see' my debugging messages (using kdDebug() in the ioslave code). Up untill now I got the debugging messages in a file (after setting the module '0 - generic' to write to a file) using kdebugdialog --fullmode. Can you tell me what module do I have to activate in kdebugdialog so that I get the messages back? Spiros