Windows Phone 7 and 7.5 don`t have any way to debug your javascript code. This short snippet of javascript and native C# code simply forwards the console.log output to the Visual Studio Output.
Review the javascript log parser and update it for the new format (you will find an array of JSON in the log) Update tests to match the log file Add javascript tests for parse_claude_log.cjs ...