Live data from Hacker News

A better way to debug Wayland

community.ubuntu.com

1–5 of 5 posts

Re: A better way to debug Wayland

#2
Neat! It’s like xtrace (https://github.com/yuq/xtrace), but for Wayland.

Many years ago I wrote https://x11vis.org/ (it’s not that well-maintained, but works for me). It offers interactive filtering and a bunch of smarts that come in handy for debugging X11 wire protocol. Think Wireshark, but purpose-built for X11.

Re: A better way to debug Wayland

#3
post #2

Neat! It’s like xtrace ( https://github.com/yuq/xtrace ), but for Wayland. Many years ago I wrote https://x11vis.org/ (it’s not that well-maintained, but works for me). It offers interactive filtering and a bunch of smarts that come in handy for debugging X11 wire protocol. Think Wireshark, but purpose-built for X11.

Note that as opposed to xtrace and Wireshark, it isn't a proxy. It either parses libwayland's output or is a GDB plugin that integrates with libwayland.