CCLog and Debugging options for Windows Phone 8

Greetings everyone,

I am using Cocos2d-x version 2.2 and I am having some problems getting any CCLog or Debugging information on any of the consoles when using Visual Studio 2013 developing for Windows phone 8

I am not sure on which of the output consoles will the output be coming, or if there is some other setting required for the Emulator to print the output …

Any form of the help would be great :slight_smile:

Thank you :slight_smile:

hello,

have you been able to find an answer to this question? i’m facing the same issue … thanks!

for xaml project:

  1. Go to debug property page by right clicking on the project and selecting the “properties” menu followed by selecting the “Debug” tab.

  2. Under the “UI Task” there is a drop down. select “Native Only”

and define COCOS2D_DEBUG = 1 in “preprocessor”, use CCLOG to output log.

hello,
structure as u suggested is different in case of cocos2d-x project. Is there another way to invoke CCLog() for windows.
and where i found out put of CCLog();

thank you :smile:
canary phan