Okay, I give up. What kind of magic do you have to do to even compile Debugger helper, let alone use it? Every time I try to compile the thing I get messages like: "undefined reference to '_imp_ZSqlFreePv', etc, etc, etc.
I'm using Qt 4.5.1 and when I'm debugging in Creator, the debugger will stop at my break points, but it won't tell me the value of my variables. I can get every other bit of info on the variables, just not the value. I'm assuming that this infamous "Debugging Helper" will help me see these values.


Reply With Quote

Consider developping using dynamic libraries and only do the final link against static-release build of Qt when you give the application to the client.

Bookmarks