[webkit-qt] GDB Macro's equivalent for WebKit?

Robert Hogan lists at roberthogan.net
Tue Feb 23 14:13:10 PST 2010


On Tuesday 23 February 2010 16:51:17 carol.szabo at nokia.com wrote:
>  I did not hear of such a file, but dispersed through WebKit code there
>  are functions such as showTree(RenderObject*) Which print debugging
>  info on stdout.
> Access them via gdb with "call showTree(this)" for example.
> This is as far as I got. For strings I did not find any better solution
>  then "call printf("%S", ...)" Which should work at least on windows.
> Carol
> 

For WebCore::String this usually works, no?

p string.ascii()




More information about the webkit-qt mailing list