Quote Originally Posted by MasterDucky View Post
No, I havent. I use codeblocks with MSVC 2010 and I don't know how to debug with it.
Then you must first learn how to debug with MSVC 2010 when using codeblocks! In VS itself it is prettu easy: set a breakpoint (F9) on a line of your code, then press F5 to start debugger, and after it breaks on your breakpoint perform the next steps using F10... Don"t forget to look at the Autos/Watch windows...

BTW, is your build a UNICODE one or ANSI?