QgroundControl V5.0.4 : Fact System

How to enable Debugging in Qgroundcontrol . I need to enable a Custom Fact i added , flow sensor values to show up on my screen in qt creator console . I have added a Q_LOGGING_CATEGORY ,Q_DECLARE_CATEGORY , using qCdebug (category) all the usual steps have been done .

I’m using debug mode in qt 6.8.3 .
I need to see the output in when running app in debug mode .

Help me use Debug Effectively . Where to set the debug =true flag , in the .ini file there is no debug entry to set ,The .ini method was suggested in the error in the terminal while building the qgc .