Well if you place the DLLs next to the exe (which you're actually running), then it should find them. If not, you're doing something, somewhere wrong. For example accidentally running the release build instead or not having provided the debug libraries for the debug build, etc.