Well, I'm new to c++, visual studio, Qt, Qt creator and coding multi-threaded applications --- should I add GDB to that too? Is there any books/papers on how to setup gdb with Qt/VS2010 to debug?
You don't have to setup anything. Actually if you're using VS2010 and MSVC then you should use the native Visual Studio debugger. Just click on the "Debug"
button in the IDE to start debugging. You might want to set some breakpoints first.
Bookmarks