I'm trying to debug using the Symbian Emulator and Carbide c++. I use breakpoints and also I'm using qDebug() to write to the Console so I can see what is going on in my application. The problem is that the console is flooded with stuff that the emulator writes that has notning to do with my app. How can I filter that to only show what I write in qDebug()?
Thanks for your help!



