How to see the debug info

I am currently working on a project with vs and cocos2d-x on windows, and I want to see the debug information I printed using cout and printf on a seperated console, just like on mac os, what should i do?

CCLog(“Message”);