Hi Siddartha, ----- Original Message ----- > From: "Siddartha Pothapragada" <[email protected]> > To: [email protected] > Sent: Monday, October 29, 2012 2:51:44 PM > Subject: [b2g] Debugging Gecko > > Hi > > I am just getting started on B2G. Thanks to some of the links below , > I > was able to successfully remote debug and insert breakpoints in Gaia > (on a > B2G device) > > > 1. http://blog.astithas.com/2012/10/debugging-firefox-os.html > 2. http://vimeo.com/51104170 > > > That said, Is there also a way to debug Gecko layer as well ? Any > pointers
So you'll need to do a debug build. This page has some documentation: https://developer.mozilla.org/en-US/docs/Mozilla/Boot_to_Gecko/Customization_with_the_.userconfig_file Then you can do: ./run-gdb.sh to launch the gecko portion under gdb. Dave Hylands _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
