You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to iphone...@googlegroups.com
All,
I grew frustrated with trying to debug my iPhone Ajax apps and wanted a way to interrogate the DOM and JavaScript stack while my page was running. Joe Hewitt had written a tie-in to firebug that gave me the idea to take that to the next logical step: a COMET-based JavaScript debugger and console. It allows you to log to a remote desktop console from your JavaScript code, but most importantly, it lets you send commands to the iPhone to be executed there. You can inspect style properties of your elements, set new ones, call JavaScript functions, etc... Anything that can be eval'd can be sent via the command line.
It's been really helpful to me and if you're inclined to try it out, I'd be interested to hear whether it's useful or not.
I've released it under GPL and posted it on Google Code: