I am struggling to find an IDE which makes it easy to debug a Meson project on Linux. I found some chatter online saying that gnome-builder is the only Meson-supported IDE for Linux.
I am working with gstreamer which actually has 2 co-existing build systems: Autotools (being phased out) and Meson (the new one). When I load the project into gnome-builder it detects an Autotools setup and I cannot set it to Meson through the UI. (The UI is stuck on Autotools and I can't change it.)
I am wondering ... which IDE do people use for Meson projects on Linux? What are my choices?