Hello all,

I'm getting a bit confused with one of my plugins. In an attempt to debug its odd behaviour, I built everything with debugging symbols and ran kdbg on the executable. This shows me what the core's doing, but I cannot seem to step into any of my plugin's code. Attempting to step into my instance() function from QPluginLoader just steps to the next line. Anything I can do to get more details of what exactly my plugin is doing? Thanks