Skip to content

meson: Add PYTHONPATH to load GDB helper module

Xavier Claessens requested to merge xclaesse/glib:meson-devenv-gdb into main

Meson generates a gdbinit file that will automatically load glib and gobject scripts. However that script uses a helper python module that needs PYTHONPATH to be pointing into the right location in the source tree to be able to find glib_gdb.py and gobject_gdb.py

Merge request reports