On Mon, Jun 11, 2018 at 6:01 PM, tugouxp <13824125...@163.com> wrote:
so is there any builtin way excepts gdb to get the callstack? i have test the gdb, but seems can launch right for the webkitwebprocess application

The easiest way of doing this is by attaching gdb to the WebProcess using "gdb -p PID_OF_WEB_PROCESSS".

This and a few other options are documented here: <https://trac.webkit.org/wiki/WebKitGTK/Debugging>

//Mike

--
⊨ Michael Gratton, Percept Wrangler.
⚙ <http://mjog.vee.net/>

_______________________________________________
webkit-gtk mailing list
webkit-gtk@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-gtk

Reply via email to