PDA

View Full Version : Debugging plugins



KShots
29th April 2007, 20:31
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

KShots
29th April 2007, 23:20
I have a bad feeling I know what's going on.

Is there a restriction from loading libraries in your plugins? I am loading SDL in this plugin for its CD-ROM access functions.