Skip to content

Draft: Extend debug var support

Matthias Clasen requested to merge extend-debug-vars into main

Make our debug variable parser handle key=value strings, provided that a callback is provided for the key. This may be used in the future to accept settings like

GDK_DEBUG=vsync=144fps

Merge request reports