Hi,

I enabled the debug output on Windows for WebCore, OutputDebugStringA is called 
to show the message. The output message can be displayed in Visual Studio 
Debugger, but DbgView only can see one debug message about the application 
name.  

If I add one debug message in Page constructor, it can be captured by DbgView 
as below:
[6048] MiniBrowser.exe 

It cannot work if I move the debug message in FrameLoader operations. I doubts 
the debug message was redirected after one special operation. Who knows detail 
about it? 

Thanks!
Horky
_______________________________________________
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

Reply via email to