Does anyone know how to get verbose debug output? I have tried building the source with -DCMAKE_BUILD_TYPE="debug", but I still can’t get any (new) debug output.
Any help or direction is appreciated :))
Does anyone know how to get verbose debug output? I have tried building the source with -DCMAKE_BUILD_TYPE="debug", but I still can’t get any (new) debug output.
Any help or direction is appreciated :))
In the options file, there is the “Verbose” option. Set that to “true”. There are only two log levels available, Verbose=false and Verbose=true.