Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am beginner in Qt programming.I am using visual studio 2008 editor. I use Windows 7 OS. I would like to know the steps for debugging dll developed using Qt. Can anyone help?
In which IDE are you trying to debug, Visual Studio or Qt Creator (or another one)? It should "just work" in Visual Studio, basically.
Qt creator
Select "Debug" mode as build configuration, and press <F5> to start debugging.