Howto see kDebug messages from apps

Andreas Pakulat apaku at gmx.de
Sat Dec 22 20:20:05 CET 2007


On 22.12.07 19:10:56, Ralf Habacker wrote:
> Andreas Pakulat schrieb:
> > On 22.12.07 17:14:47, Christian Ehrlicher wrote:
> >   
> >> Andreas Pakulat schrieb:
> >>     
> >>> Hi,
> >>>
> >>> according to:
> >>> http://techbase.kde.org/Development/Tutorials/Debugging/Debugging_on_MS_Windows
> >>>
> >>> I shhould be able to see all the kDebug() messages from all kde apps
> >>> when running debugview. However I only seem to be able to get a few Qt
> >>> messages, none of those that are printed by kdevelop for example.
> >>>
> >>> Is there anything I need to setup in Debugview to make this work? I
> >>> did compile Qt and all KDE4 stuff in Debug mode and kdebugdialog also
> >>> shows almost all areas activated
> >>>
> >>>       
> >> This looks like a mingw problem. All debug output is printed with
> >> OutputDebugMessage(). Maybe this is not true for mingw?
> >>     
> >
> > What does Qt do? I get the Qt messages as far as I can see, but none of
> > the kde messages. 
> debug message may be disabled in the installed file 
> share/config/kdebugrc  from kdelibs. You may use kdebugdialog from 
> kdebase to enable them.

Yeah, I know. Almost everything is enabled, as I said in my original
post.

> Additional it may be that no debug messages are generated when apps are 
> compiled with RelWithDebInfo.

I'm building in Debug mode. Anyway, rebuilding with MSVC which seems to
have much fewer problems :(

Andreas

-- 
In the stairway of life, you'd best take the elevator.



More information about the Kde-windows mailing list