Re: [webkit-dev] Understanding code of WebKit.

2009-04-13 Thread jagadeesh k
Thank you Gustavo for your solution.I am able to navigate through WebKit using 
DDD.

regards
jagadeesh
 





From: jagadeesh k jagadees...@yahoo.com
To: webkit-dev@lists.webkit.org
Sent: Friday, April 3, 2009 5:02:08 PM
Subject: Understanding code of WebKit.


Hi,
    I am trying to understand the code of WebKit.I am using DDD(data display 
debugger) for understanding the code on Linux OS.But I am unable to navigate 
through the code of WebKit when i used the command: ddd GtkLauncher  .If any 
one have info about how to debug GtkLauncher with ddd,please inform.Should i 
use different command please let me know ?

FYI:I enabled the debug option -g in CFLAGS,CXX,CC,CXXFLAGS macros of 
WebKit Makefile .

Thanks and regards
jagadeesh


  ___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


Re: [webkit-dev] Understanding code of WebKit.

2009-04-04 Thread Gustavo Noronha
On Fri, 2009-04-03 at 04:32 -0700, jagadeesh k wrote:
 Hi,
 I am trying to understand the code of WebKit.I am using DDD(data
 display debugger) for understanding the code on Linux OS.But I am
 unable to navigate through the code of WebKit when i used the command:
 ddd GtkLauncher  .If any one have info about how to debug GtkLauncher
 with ddd,please inform.Should i use different command please let me
 know ?

Try libtool --mode=execute ddd GtkLauncher

-- 
Gustavo Noronha g...@gnome.org
GNOME contributor

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev