As i wrote, if i go to run->console i didn't see anything about
'console.log', what i see is:
2011-03-30 11:17:04.862 Master[3164:2003] void
SendDelegateMessage(NSInvocation*): delegate
(webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:) failed
to return after waiting 10 seconds. main run loop mode:
kCFRunLoopDefaultMode
2011-03-30 11:17:05.884 Master[3164:207] Device initialization:
DeviceInfo = {"name":"iPhone
Simulator","uuid":"3DBA6CEC-7325-5B43-8D3F-805930196688","platform":"iPhone
Simulator","gap":"0.9.4","version":"4.2"};
2011-03-30 11:17:05.912 Master[3164:207] Free space is 73652461568
2011-03-30 11:17:06.992 Master[3164:207]
PhoneGapDelegate::shouldStartLoadWithRequest: Received Unhandled URL
about:blank
So no trace about console.log :/
i have to wait phonegap 0.95??
is possibile that people is writing sencha app with phonegag without
log? is quite impossibile to work without!!
Thank anyway for your response
Daniele
On 30 Mar, 08:39, "Michael Herger" <
s...@herger.net> wrote:
> Check the xcode console (Run/Console).
>
> Please note that I've had a hard time trying to debug code using
> console.log(), as this call itself caused tons of problems. I _think_ this
> is going to be addressed in PhoneGap 0.9.5, but with 0.9.4 several
> console.log() statements called after each other could have caused
> crashes.
>
> The roadmap (
http://wiki.phonegap.com/w/page/28291160/roadmap-planning)
> has a bullet point "JS to Native support for multiple/overlapping
> callbacks" which might address this.
>
> Michael
>