On Wed, 2009-02-18 at 19:36 +0530, Nitin Walke wrote: > How can I debug webkit in debugger? I am using opensuse and I have > build webkit using > "WebKitTools/Scripts/build-webkit --gtk --debug" command. How can I > debug webkit in ddd debugger > using GtkLauncher?
I don't know how ddd works, but I usually do it like this with gdb: First, I cd to WebKitBuild/Debug. Then I run: libtool --mode=execute gdb --args ./Programs/GtkLauncher http://mytest.com/ That should do it. I'm not sure if there is an easier way to do this through scripts. See you, -- Gustavo Noronha <[email protected]> GNOME contributor _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

