I have had a bug in my program since August detailed here:

http://www.qtcentre.org/forum/f-qt-p...lot-15547.html

I still haven't been able to fix it, and I'm out of ideas. I have been building this project under Linux/gcc and Windows/MingW.

Now I am building in MSVC so I can use the debugger to step through my code, but I can't figure out how to set up the project. I have everything working using nmake, but I have no idea how to get source-level debugging working. Are there any tuturials out there in setting up MSVC projects for debugging QT apps?