What debugging techniques do you use for iPhone/iPod web development? -


I am working on a web application, and we are targeting iPhone and iPod Touch. I'm familiar with debugging tools for Firefox and IE (like Firebug and IE Developer Toolbar), but I can not find anything for the iPod. I'm not eager to use warning as my main debugging tool, especially when I expect the mouse event to be one of the main issues.

Is there really a state of art? What equipment do you recommend?

Besides, how much is the HTML layout on iPhone to run a Safari on Windows? The iPhone version of Safari also includes a debug console which can be very easy.

Settings> Safari> Developer

You can also use the simulator in the iPhone SDK. There is no additional debugging, but it is easy using a physical device at all times.

You can also use the desktop version of Safari for many things.


Comments