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 .