I am learning to code build "scripts" of Meson.
I have been wrote a lot of mistakes in my meson.build
file, and the only method to check/debug my file is launch $ meson compile -C build
and get the errors.
It is something like as debug
(not debug my .cpp
files the build script) or "interactive console" to write line by line the script and test my mistakes.