Good idea -- I took over http://code.google.com/p/chromium/wiki/LinuxDebuggingGtk and moved the old contents to a page on building a debug version of gtk. (That older one really needs some cleanup...)
On Wed, Sep 16, 2009 at 5:07 PM, Paweł Hajdan Jr. <[email protected]> wrote: > Looks like a good candidate for LinuxDebugging wiki page. > > On Wed, Sep 16, 2009 at 17:04, Evan Martin <[email protected]> wrote: >> >> http://chipx86.github.com/gtkparasite/ >> >> We had looked into using parasite back in the early days, but I forgot >> about it due to 32/64-bit stuff. >> But now that we've grown up it's trivial to build. >> >> If you're within the Google network you can >> scp bunny.sfo:/usr/lib/gtk-2.0/modules/libgtkparasite.so /tmp >> sudo cp /tmp/libgtkparasite.so /usr/lib/gtk-2.0/modules/libgtkparasite.so >> and then >> GTK_MODULES=gtkparasite ./out/Debug/chrome >> >> And it'll just work. Pretty awesome! >> >> >> > > --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
