Hello folks!
I would like to debug my share plugin or at least get command line output from it.
Are there any tips how could it done?
I tried to set the remote application to the one (jolla-contacts) which triggers the usage of my plugin but it did not stops a the breakpoints.
I have also tried to start the jolla-contacts via SSH however my qWarning and generally all command line output from the C++ side of my plugin is not visible. The QML parts console.log works, so in theory I could route somehow my stdout to QML, but I think there should be an easier way doing it.