cmake -DCMAKE_BUILD_TYPE=Debug .. should do the trick of building the binaries and including the debug symbols.
Set the following environment variable G_MESSAGES_DEBUG=all. This will allow you to see messages you print with debug in Vala.
cmake -DCMAKE_BUILD_TYPE=Debug .. should do the trick of building the binaries and including the debug symbols.
Set the following environment variable G_MESSAGES_DEBUG=all. This will allow you to see messages you print with debug in Vala.