On Tue, Jun 14, 2022 at 01:33:34PM +0000, Alberto Garcia wrote: > I gave this a quick try using a VM and I can open luakit and midori > just fine, with both WebKit versions... I'll try to see if I can > reproduce this on a different computer.
Well, given that I just tried to get a trackback and discovered that's harder than just following the advice and running ssh -tX <host> env GDK_SYNCHRONIZE=1 gdb luakit and breaking on gdk_x_error; I figure it's because that breakpoint is never reached in the UI process, only in the WebKitWebProcess. A quick web search hasn't brought up quick advice on how to debug things in there -- is there a quick howto somewhere? Thanks, Markus