cordova - visual studio 2013 - windows phone development logging without debugging -


Is it possible to log my debb calling without debugging?

I need to see a phonegrap cordova app and log (output is coming from my console console log in output); But if I deploy my app using the device, sometimes it starts debugging the C # code (entering some exceptions), which I do not want to do.

If I just deploy the app, then it does not get the log. / P>

How to get rid of C # debugging


Comments