Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B6709885 for ; Tue, 28 May 2013 01:24:21 +0000 (UTC) Received: (qmail 97709 invoked by uid 500); 28 May 2013 01:24:20 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 97653 invoked by uid 500); 28 May 2013 01:24:20 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 97460 invoked by uid 99); 28 May 2013 01:24:20 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 May 2013 01:24:20 +0000 Date: Tue, 28 May 2013 01:24:20 +0000 (UTC) From: "Patrick Mueller (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-612) Add support for native remoteInspector logging MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-612?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13668018#comment-13668018 ] Patrick Mueller commented on CB-612: ------------------------------------ Might want to post to the dev list to ask - I seem to remember seeing some changes to the logging occurring recently, but I'm not sure what they were. Presumably there is another bug open re: the console that someone is/was working on. > Add support for native remoteInspector logging > ---------------------------------------------- > > Key: CB-612 > URL: https://issues.apache.org/jira/browse/CB-612 > Project: Apache Cordova > Issue Type: Sub-task > Components: iOS > Reporter: Olivier Louvignes > Assignee: Patrick Mueller > Labels: debugging, ios > > Currently, when using the awesome remote debugger provided by apple (connecting on localhost:9999 with safari) with : > // enable remote debugging > #if TARGET_IPHONE_SIMULATOR > [NSClassFromString(@"WebView") _enableRemoteInspector]; > #endif > I do not get any console log/warn/error output. I guess it is caused by the Xcode logging adaptater. > The remote webinspector is really superior to Weinre currently as it does provide realtime dom inspection (weinre only displays initial dom, not what was built by Sencha Touch for instance). > Also I've seen that you have made some progress on error tracing (CB-535), this would be also awesome as it is a really major issue. Since playing with api's that can't be debugged via a desktop Webkit is a real nightmare today. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira